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
when using the "unescape-strings" (Unescape printable chars encoded as \xNN or \uNNNN) feature, some encoded characters cause a new line to be created, which is a syntax error in the code
The text was updated successfully, but these errors were encountered:
TheFalloutOf76
changed the title
syntax error when using "Unescape printable chars encoded as \xNN or \uNNNN"
syntax error when using "unescape-strings" (Unescape printable chars encoded as \xNN or \uNNNN)
Apr 27, 2024
TheFalloutOf76
changed the title
syntax error when using "unescape-strings" (Unescape printable chars encoded as \xNN or \uNNNN)
syntax error in beautified code when using "unescape-strings" (Unescape printable chars encoded as \xNN or \uNNNN)
Apr 27, 2024
Description
when using the "unescape-strings" (Unescape printable chars encoded as \xNN or \uNNNN) feature, some encoded characters cause a new line to be created, which is a syntax error in the code
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Steps to Reproduce
Environment
OS: Web
Settings
Example:
The text was updated successfully, but these errors were encountered: