From cc00f322b9a153a80ae197ab67463ae09f7b8116 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Dec 2012 11:24:13 +0100 Subject: [PATCH] Add CQL to PQF tests with anchoring --- test/cql2pqf/5.6.out | 2 ++ test/cql2pqf/5.7.out | 2 ++ test/cql2pqf/5.8.out | 2 ++ test/cql2pqfsample | 3 +++ 4 files changed, 9 insertions(+) create mode 100644 test/cql2pqf/5.6.err create mode 100644 test/cql2pqf/5.6.out create mode 100644 test/cql2pqf/5.7.err create mode 100644 test/cql2pqf/5.7.out create mode 100644 test/cql2pqf/5.8.err create mode 100644 test/cql2pqf/5.8.out diff --git a/test/cql2pqf/5.6.err b/test/cql2pqf/5.6.err new file mode 100644 index 0000000..e69de29 diff --git a/test/cql2pqf/5.6.out b/test/cql2pqf/5.6.out new file mode 100644 index 0000000..d97a38b --- /dev/null +++ b/test/cql2pqf/5.6.out @@ -0,0 +1,2 @@ +Parsing CQL a^ +@attr 6=1 @attr 2=3 @attr 4=1 @attr 3=4 @attr 6=1 @attr 5=100 @attr 1=1016 "a" diff --git a/test/cql2pqf/5.7.err b/test/cql2pqf/5.7.err new file mode 100644 index 0000000..e69de29 diff --git a/test/cql2pqf/5.7.out b/test/cql2pqf/5.7.out new file mode 100644 index 0000000..0aa6309 --- /dev/null +++ b/test/cql2pqf/5.7.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.8.err b/test/cql2pqf/5.8.err new file mode 100644 index 0000000..e69de29 diff --git a/test/cql2pqf/5.8.out b/test/cql2pqf/5.8.out new file mode 100644 index 0000000..c7c9df7 --- /dev/null +++ b/test/cql2pqf/5.8.out @@ -0,0 +1,2 @@ +Parsing CQL ^a^ +@attr 6=1 @attr 2=3 @attr 4=1 @attr 3=3 @attr 6=3 @attr 5=100 @attr 1=1016 "a" diff --git a/test/cql2pqfsample b/test/cql2pqfsample index 04f928d..8a3c287 100644 --- a/test/cql2pqfsample +++ b/test/cql2pqfsample @@ -38,3 +38,6 @@ a*\\3 \\*a*b# \\" @and +a^ +^a +^a^ -- 1.7.10.4