Open m1h43l opened 3 years ago
If the slash is escaped (as it should be) noxDB interprets the escaping backslash as its own character and not as the escape character.
\/ will be outputted as \\/
\/
\\/
Unit test NOXDBUT1 test case TEST_ESCAPED_SPECIAL_CHARS. Test file: unittests/data/parser/test11-escaped-special-chars.json
If the slash is escaped (as it should be) noxDB interprets the escaping backslash as its own character and not as the escape character.
\/
will be outputted as\\/
Unit test NOXDBUT1 test case TEST_ESCAPED_SPECIAL_CHARS. Test file: unittests/data/parser/test11-escaped-special-chars.json