Add missing regression
authorajreynol <andrew.j.reynolds@gmail.com>
Mon, 28 Sep 2015 08:56:28 +0000 (10:56 +0200)
committerajreynol <andrew.j.reynolds@gmail.com>
Mon, 28 Sep 2015 08:56:28 +0000 (10:56 +0200)
test/regress/regress0/strings/idof-triv.smt2 [new file with mode: 0755]

diff --git a/test/regress/regress0/strings/idof-triv.smt2 b/test/regress/regress0/strings/idof-triv.smt2
new file mode 100755 (executable)
index 0000000..314aded
--- /dev/null
@@ -0,0 +1,7 @@
+(set-logic ALL_SUPPORTED)
+(set-info :status sat)
+(set-option :strings-exp true)
+(declare-fun string () String)
+;(assert (= string "::")) 
+(assert (> (str.indexof string ":" 0) 0))
+(check-sat)