Commit 332807a0 authored by Tristan Cavelier's avatar Tristan Cavelier

fixup : query: turn invalid query string into valid simple query value

parent 82662091
...@@ -416,7 +416,7 @@ ...@@ -416,7 +416,7 @@
deepEqual( deepEqual(
jIO.QueryFactory.create('identifier: "\\"').toString(), jIO.QueryFactory.create('identifier: "\\"').toString(),
' "identifier: "\\""', ' "identifier: \\"\\\\""',
"'identifier: \"\\\"'.toString()" "'identifier: \"\\\"'.toString()"
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment