Replies: 1 comment
-
Bun automatically escapes strings. No need to escape strings manually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I submit a string with an escaped single quote in it like "hello '' hello" I am expecting Bun to insert it as "hello ' hello" but it just inserts the two single quotes as is and does not parse them into one? I have tried adding some other escape sequences and Bun does not seem to respect them. Am I looking at this wrong?
Beta Was this translation helpful? Give feedback.
All reactions