First more or less functional version of the test suite
[cql-java-moved-to-github.git] / test / raw
index 847b027..12a16b7 100644 (file)
--- a/test/raw
+++ b/test/raw
@@ -32,22 +32,20 @@ cat not frog
 (cat not frog)
 "cat" not "fish food"
 xml and "prox/word/"
-fred and any
-((fred or all))
 a or b and c not d
 
 # I/R/T plus Boolean
 
 bath.author any fish and dc.title all "cat dog"
-(title any/stem "fish dog" or and)
+(title any/stem "fish dog" or "and")
 
 # Prox
 
 cat prox hat
 cat prox/word/=/3/ordered hat
 cat prox///3 hat
-"fish food" prox/sentence and
-title all "chips frog" prox/word//5 any
+"fish food" prox/sentence "and"
+title all "chips frog" prox/word//5 "any"
 (dc.author exact "jones" prox///5 title >= "smith")
 ((cat prox hat))
 
@@ -85,3 +83,5 @@ a prox/wrong b
 index any fish)
 (cat any dog or ())
 sorry = (mike)
+fred and any
+((fred or all))