summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/rew-020618.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/rew-020618.smt2')
-rw-r--r--test/regress/regress1/strings/rew-020618.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/strings/rew-020618.smt2 b/test/regress/regress1/strings/rew-020618.smt2
index 5fb58a272..95dbf4d29 100644
--- a/test/regress/regress1/strings/rew-020618.smt2
+++ b/test/regress/regress1/strings/rew-020618.smt2
@@ -9,7 +9,7 @@
(= (str.++ s s) "A")
(not (str.contains s ""))
(str.contains "" (str.++ s "A"))
-(not (= (str.replace "A" s "A") "A"))
+(not (= (str.replace "A" "" "A") "AA"))
(not (= (str.prefixof s "A") (str.suffixof s "A")))
(not (str.prefixof s s))
(not (str.prefixof "" s))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback