Changes between Version 1 and Version 2 of Ticket #14877
- Timestamp:
- Feb 24, 2012, 8:07:42 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14877
-
Property
Summary
changed from
quoting problems on IE (lite query engine)
toquoting and backslashing errors on IE (lite query engine)
-
Property
Summary
changed from
-
Ticket #14877 – Description
v1 v2 2 2 3 3 {{{ 4 query('option[value=\\"a,b\\"]', "attrSpecialChars"). 4 query('option[value=\\"a,b\\"]', "attrSpecialChars") 5 query('[ foo ~= "bar" ]') 5 6 }}} 6 7 7 which should return one hit, but throws a "syntax error in query" exception.8 etc., which are valid syntax but throw a "syntax error in query" or "unterminated string constant" exceptions. 8 9 9 Test iscommented out (search for 14877), uncomment when this ticket is fixed.10 Tests are commented out (search for 14877), uncomment when this ticket is fixed.