summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/chapman150408.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/chapman150408.smt2')
-rw-r--r--test/regress/regress1/strings/chapman150408.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/chapman150408.smt2 b/test/regress/regress1/strings/chapman150408.smt2
new file mode 100644
index 000000000..f03718556
--- /dev/null
+++ b/test/regress/regress1/strings/chapman150408.smt2
@@ -0,0 +1,10 @@
+(set-logic SLIA)
+(set-info :status sat)
+(set-option :strings-exp true)
+(set-option :rewrite-divk true)
+(declare-fun string () String)
+(assert (and
+ (and (not (not (not (= (ite (> (str.indexof string ";" 0) 0) 1 0)
+ 0)))) (not (= (ite (not (= (str.len string) 0)) 1 0) 0))) (not
+ (not (= (ite (str.contains string "]") 1 0) 0)))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback