summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/re-agg-total2.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/re-agg-total2.smt2')
-rw-r--r--test/regress/regress1/strings/re-agg-total2.smt213
1 files changed, 13 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/re-agg-total2.smt2 b/test/regress/regress1/strings/re-agg-total2.smt2
new file mode 100644
index 000000000..e6e9d491a
--- /dev/null
+++ b/test/regress/regress1/strings/re-agg-total2.smt2
@@ -0,0 +1,13 @@
+(set-info :smt-lib-version 2.6)
+(set-logic ALL)
+(set-info :status unsat)
+(set-option :strings-exp true)
+(set-option :re-elim-agg true)
+(declare-const x String)
+(declare-const y String)
+(assert (str.in.re x (re.* (str.to.re "'\r''k'\n'"))))
+(assert (str.in.re x (re.* (str.to.re "'\r''k'\n''\r''k'\n'"))))
+(assert (> (str.len x) 20))
+(assert (< (str.len x) 25))
+(check-sat)
+(get-model)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback