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
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
Environment
FEEL engine version: [1.17]
The text was updated successfully, but these errors were encountered:
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 oneIf expression is
"\\"
then currently output is string with 4 slashes, which is very srangeEnvironment
The text was updated successfully, but these errors were encountered: