You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Windows NT 10.0.25151.0 x64 | Linux LAPTOP-J5PF3D19 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
This is not an issue with bun or toml.
If you want \` to be in the output, you need to escape the escape with \\` otherwise if your intent is to just have the `, it does not need to be escaped.
This is not an issue with bun or toml. If you want \` to be in the output, you need to escape the escape with \\` otherwise if your intent is to just have the `, it does not need to be escaped.
This is an issue with bun. content is a string, so you don't need to escaping. I tried it with one npm package, with which it works perfectly fine.
We've invested a ton of time into making Bun more reliable over the last year. I'm having a really hard time reproducing this. @xhyrom if you're still running into this issue, please let me know and I'll re-open this.
Version
0.1.4
Platform
Microsoft Windows NT 10.0.25151.0 x64 | Linux LAPTOP-J5PF3D19 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
What steps will reproduce the bug?
xx.toml
xx.toml
:without \ but github would change it to codeblock
How often does it reproduce? Is there a required condition?
Always, printer bug
What is the expected behavior?
Loading a file with codeblock:
What do you see instead?
SyntaxError: Invalid escape in identifier: '\'
Additional information
Jarred: https://canary.discord.com/channels/876711213126520882/887787428973281300/997060743348375583
The text was updated successfully, but these errors were encountered: