summaryrefslogtreecommitdiff
path: root/test/regress/regress2/strings/issue6057-replace-re-all-simplified.smt2
blob: 83860ef86ac720a8ab0b325956774685599f4536 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --strings-exp
(set-logic QF_SLIA)
(declare-fun literal_5 () String)                                               
(assert (not (=
  literal_5
  (str.replace_re_all
    literal_5
    (re.++ (re.* re.allchar) (str.to_re "\u{5c}\u{3c}\u{53}\u{43}\u{52}\u{49}\u{50}\u{54}") (re.* re.allchar))
    literal_5))))
(set-info :status sat)
(check-sat)  
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback