Closed StrekoZ closed 1 month ago
Describe the bug Incorrect escping of backslash
To Reproduce
x = "\\"
{ "x": "\\" }
Observed behavior
Expected behavior Output should be true
Notes If expression is x, then in output there is string with 2 slashes instead of one If expression is "\\" then currently output is string with 4 slashes, which is very srange
x
"\\"
Environment
Similar problem described at: https://github.com/camunda/feel-scala/issues/778 (slightly different use case, but also related to backslash and escaping)
@StrekoZ thank you for reporting. :+1:
Describe the bug Incorrect escping of backslash
To Reproduce
x = "\\"
{ "x": "\\" }
Observed behavior
Expected behavior Output should be true
Notes If expression is
x
, then in output there is string with 2 slashes instead of one If expression is"\\"
then currently output is string with 4 slashes, which is very srangeEnvironment