Skill Issue™
Results
3
issues of
Skill Issue™
# Description firstly, the '\n' is not correctly escaped (should be '\\n'), which causes a syntax error in the beautified code, because an actual new line is inserted instead of...
# 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...