More tests
authorJakub Skoczen <jakub@indexdata.dk>
Sun, 16 Mar 2014 09:53:01 +0000 (10:53 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Sun, 16 Mar 2014 09:53:01 +0000 (10:53 +0100)
commitaee82c7b27048ab058fd9917d18199d4f38a2de4
treecc1069c499a6adf000554705d2cd37b978143b9d
parentae791f20ea7239afe6d4e31de7dfc03b932c1be0
More tests

There's a corner case in the CQL spec which specifies that
escape character should be retained ONLY for '^?*' in quoted
strings.

This means however that spurious escapes will be present in the non-quoted
terms:

  t\*er\m -> t\*er\m
  "t\*er\m" -> t\*erm
src/test/resources/regression/12/02.cql [new file with mode: 0644]
src/test/resources/regression/12/02.xcql [new file with mode: 0644]