summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/bug613.smt2
blob: 09c5e9a2aa62141da7bac68138426bcdd6f78129 (plain)
1
2
3
4
5
6
7
8
9
(set-logic QF_SLIA)
(set-info :status sat)
(set-option :strings-exp true)

(declare-fun s () String)
(assert (= s "<a></a>"))
(assert (< (str.indexof s "<a>" 0) (str.indexof s "</a>" 0)))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback