summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2014-02-26 14:37:59 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2014-02-26 14:37:59 -0600
commit7a6c462b0ce3adf52a9d44a5f98c53065fedc33d (patch)
tree65fd59239e8ba11a93f72aec0d83825b6e21794a /test/regress/regress0/strings
parent9ced0e7a1119c625923ccbecb6a942c750319e56 (diff)
sorry for the missing file
Diffstat (limited to 'test/regress/regress0/strings')
-rw-r--r--test/regress/regress0/strings/escchar.smt211
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress0/strings/escchar.smt2 b/test/regress/regress0/strings/escchar.smt2
new file mode 100644
index 000000000..508d7f3c1
--- /dev/null
+++ b/test/regress/regress0/strings/escchar.smt2
@@ -0,0 +1,11 @@
+(set-logic QF_S)
+(set-info :status sat)
+
+(declare-fun x () String)
+(declare-const I Int)
+
+(assert (= x "\0\1\2\3\04\005\x06\7\8\9ABC\\\"\t\a\b"))
+(assert (= I (str.len x)))
+
+
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback