summaryrefslogtreecommitdiff
path: root/test/regress/regress0/boolean-prec.cvc
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-02-06 03:06:07 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-02-06 03:06:07 +0000
commitc991b73b95734fb306badeafb5f387623c7fb790 (patch)
treeb26b5acf84d3097ada23e0680a0388259304866e /test/regress/regress0/boolean-prec.cvc
parent7554158b42c89fcadedd019c360df30e152ef85e (diff)
Preliminary support for types in parser
Diffstat (limited to 'test/regress/regress0/boolean-prec.cvc')
-rw-r--r--test/regress/regress0/boolean-prec.cvc6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress0/boolean-prec.cvc b/test/regress/regress0/boolean-prec.cvc
new file mode 100644
index 000000000..4f84de94d
--- /dev/null
+++ b/test/regress/regress0/boolean-prec.cvc
@@ -0,0 +1,6 @@
+% Expect: VALID
+% Simple test for right precedence of AND, <=>, NOT.
+
+A, B, C: BOOLEAN;
+
+QUERY (NOT A AND NOT B <=> C) <=> (((NOT A) AND (NOT B)) <=> C);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback