summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/parser-syms.cvc.smt2
blob: b71360c2cde12b210b80071e7cee4b4b441b6f99 (plain)
1
2
3
4
5
6
7
8
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () String)
(declare-fun y () String)
(assert (= (str.++ (str.rev "abc") "d") x))
(assert (= (str.++ (str.tolower "ABC") (str.toupper "abc")) y))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback