sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
42 stars 20 forks source link

Escaped solidus (forward slash) not correctly parsed #41

Open m1h43l opened 3 years ago

m1h43l commented 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