summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2014-03-05 12:04:03 -0500
committerTim King <taking@cs.nyu.edu>2014-03-05 12:12:36 -0500
commitdf554608cc47684be08d8be7c427027b7c5e8eb2 (patch)
treeb884d51b8a6ebe8841af04b09132430908e204f8 /test
parent7062bbe7ed2ad5d0b0a94badd624808d7dc91bb2 (diff)
Improving support for POW in arithmetic. Resolves bug 549.
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/arith/bug549.cvc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regress/regress0/arith/bug549.cvc b/test/regress/regress0/arith/bug549.cvc
new file mode 100644
index 000000000..54df5e62c
--- /dev/null
+++ b/test/regress/regress0/arith/bug549.cvc
@@ -0,0 +1,3 @@
+% EXPECT: valid
+a, b : REAL;
+QUERY (a*b)^5 = b*a*a*a*a*b*b*b*b*a; \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback