aspjson icon indicating copy to clipboard operation
aspjson copied to clipboard

Fix double backslash parsing

Open maurojs10 opened this issue 2 years ago • 0 comments

Strings with a double backslash should be interpreted as a single backslash followed by the next character verbatim.

Examples:

  • \\n\n
  • \\r\r
  • \\t\t

maurojs10 avatar Aug 28 '22 16:08 maurojs10