summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/loop007.smt2
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2013-09-27 09:24:42 -0500
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-09-27 09:25:52 -0500
commit232728df0bb2bc101862cd78c666dfa5ef4ebfe9 (patch)
treeee0c4800b4c0c71c9f1ae2670925df1dc60f75f9 /test/regress/regress0/strings/loop007.smt2
parent956ecc806cc91bd52fd27c9ecc04011b630cfbc5 (diff)
removes unsound cases, adds unrolling
Diffstat (limited to 'test/regress/regress0/strings/loop007.smt2')
-rw-r--r--test/regress/regress0/strings/loop007.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/strings/loop007.smt2 b/test/regress/regress0/strings/loop007.smt2
new file mode 100644
index 000000000..8d789edb3
--- /dev/null
+++ b/test/regress/regress0/strings/loop007.smt2
@@ -0,0 +1,10 @@
+(set-logic ALL_SUPPORTED)
+(set-info :status sat)
+
+(declare-fun x () String)
+(declare-fun y () String)
+
+(assert (= (str.++ x y "aa") (str.++ "aa" y x)))
+(assert (= (str.len x) 1))
+
+(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback