From f1bbea81f533c0386482e7e8cf000b982bdd9eb8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Dec 2012 11:37:13 +0100 Subject: [PATCH 1/1] Add two more tests with anchoring --- test/cql2pqf/5.10.out | 2 ++ test/cql2pqf/5.9.out | 2 ++ test/cql2pqfsample | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 test/cql2pqf/5.10.err create mode 100644 test/cql2pqf/5.10.out create mode 100644 test/cql2pqf/5.9.err create mode 100644 test/cql2pqf/5.9.out diff --git a/test/cql2pqf/5.10.err b/test/cql2pqf/5.10.err new file mode 100644 index 0000000..e69de29 diff --git a/test/cql2pqf/5.10.out b/test/cql2pqf/5.10.out new file mode 100644 index 0000000..3cbc5b7 --- /dev/null +++ b/test/cql2pqf/5.10.out @@ -0,0 +1,2 @@ +Parsing CQL ^a\^ +@attr 6=1 @attr 2=3 @attr 4=1 @attr 3=1 @attr 6=1 @attr 5=100 @attr 1=1016 "a^" diff --git a/test/cql2pqf/5.9.err b/test/cql2pqf/5.9.err new file mode 100644 index 0000000..e69de29 diff --git a/test/cql2pqf/5.9.out b/test/cql2pqf/5.9.out new file mode 100644 index 0000000..ec7f4a0 --- /dev/null +++ b/test/cql2pqf/5.9.out @@ -0,0 +1,2 @@ +Parsing CQL \^ +@attr 6=1 @attr 2=3 @attr 4=1 @attr 3=3 @attr 6=1 @attr 5=100 @attr 1=1016 "^" diff --git a/test/cql2pqfsample b/test/cql2pqfsample index 8a3c287..e13cb7a 100644 --- a/test/cql2pqfsample +++ b/test/cql2pqfsample @@ -41,3 +41,5 @@ a*\\3 a^ ^a ^a^ +\\^ +^a\\^ -- 1.7.10.4