Closed amandasystems closed 2 years ago
Minimal failing example (online version):
(declare-const w String) (assert (str.in.re w (re.from_ecma2020 '_'))) (check-sat)
The last commit should fix this problem!
Minimal failing example (online version):