[PRISM] Enable passing test_string

This commit is contained in:
Kevin Newton 2024-05-09 15:40:43 -04:00
Родитель 346f7bf33e
Коммит 2f915e729a
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1 +1,2 @@
exclude(:test_unescape, "unescapes in regexp missing some bytes")
exclude(:test_match_control_meta_escape, "unescapes in regexp missing some bytes")

Просмотреть файл

@ -1,2 +1 @@
exclude(:test_dregexp, "x80 should raise syntax error")
exclude(:test_string, "https://github.com/ruby/prism/issues/2331")