diff options
author | Kevin Newton <[email protected]> | 2024-06-10 13:39:16 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-06-10 17:21:32 -0400 |
commit | d827d3252786a5e1153f4e8bfa30f40a2aaafb95 (patch) | |
tree | 034cc715c28be62729512c6b8bb5465ad39b9263 /test | |
parent | 0d5eea9957eab7515e377e2562cc5f9850ad952f (diff) |
[ruby/prism] Provide ability to lock encoding while parsing
https://github.com/ruby/prism/commit/f7faedfb3f
Diffstat (limited to 'test')
-rw-r--r-- | test/prism/ruby/parser_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb index 65535af0fd..a5cf919ae5 100644 --- a/test/prism/ruby/parser_test.rb +++ b/test/prism/ruby/parser_test.rb @@ -60,7 +60,6 @@ module Prism # skip them for now. skip_all = skip_incorrect | [ "regex.txt", - "regex_char_width.txt", "unescaping.txt", "seattlerb/bug190.txt", "seattlerb/heredoc_with_extra_carriage_returns_windows.txt", |