summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/gm-inc-071516-2.smt2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-08-12 12:47:54 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-08-12 12:47:54 -0500
commit6c58094be960ddca3a2187081bac769da61cc2af (patch)
tree38d7c81839b0276dc6423d6a27e0586dc7105924 /test/regress/regress0/strings/gm-inc-071516-2.smt2
parent7c2ea3c85221fce27d8c4d2b7d41a00e103b8cf5 (diff)
Add a few more regressions.
Diffstat (limited to 'test/regress/regress0/strings/gm-inc-071516-2.smt2')
-rw-r--r--test/regress/regress0/strings/gm-inc-071516-2.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/strings/gm-inc-071516-2.smt2 b/test/regress/regress0/strings/gm-inc-071516-2.smt2
new file mode 100644
index 000000000..1650190f8
--- /dev/null
+++ b/test/regress/regress0/strings/gm-inc-071516-2.smt2
@@ -0,0 +1,10 @@
+(set-logic ALL_SUPPORTED)
+(set-info :status unsat)
+(set-option :strings-exp true)
+
+(declare-fun value2 () String)
+(declare-fun key2 () String)
+
+(assert (and (and (and (and (and (and (not (not (= (ite (str.contains value2 "=") 1 0) 0))) (not (not (= (ite (= (str.len value2) 0) 1 0) 0)))) (not (= (ite (not (= (str.indexof value2 "=" 0) (- 1))) 1 0) 0))) (not (not (= (ite (str.contains value2 ",") 1 0) 0)))) (not (not (= (ite (= (str.len value2) 0) 1 0) 0)))) (not (= (ite (= key2 "cache-control") 1 0) 0))) (not (= (ite (= key2 "cache-control") 1 0) 0))))
+
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback