From: Tianyi Liang Date: Wed, 26 Feb 2014 20:37:59 +0000 (-0600) Subject: sorry for the missing file X-Git-Tag: cvc5-1.0.0~7058 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a6c462b0ce3adf52a9d44a5f98c53065fedc33d;p=cvc5.git sorry for the missing file --- 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)