summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-26 23:25:14 -0500
committerGitHub <noreply@github.com>2018-09-26 23:25:14 -0500
commit9d98c926c971b70a04b8206e5b18c84b1dfeb38a (patch)
tree246cc806b018451c6bbad8acec71ab909c29c6e2 /test/regress/regress0/strings
parent8b8e40985b83354e7e4a503d217374eb7fbc45f0 (diff)
Fix homogeneous string constant rewrite (#2545)
Diffstat (limited to 'test/regress/regress0/strings')
-rw-r--r--test/regress/regress0/strings/hconst-092618.smt25
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/strings/hconst-092618.smt2 b/test/regress/regress0/strings/hconst-092618.smt2
new file mode 100644
index 000000000..c7c5206bd
--- /dev/null
+++ b/test/regress/regress0/strings/hconst-092618.smt2
@@ -0,0 +1,5 @@
+(set-logic ALL)
+(set-info :status sat)
+(declare-fun x () String)
+(assert (str.contains "::" (str.++ x ":" x ":")))
+(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback