diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-02-18 16:36:16 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-02-18 21:42:09 +0000 |
| commit | ec1eda7b6270fc433682c2e705381bb7959c7195 (patch) | |
| tree | 14791ddd5046900887d7ed6d3a3076dca49e154f /test/prism/ruby_parser_test.rb | |
| parent | ea529dd409a7edcaa2c6154a315ec6766b98459d (diff) | |
[ruby/prism] Account for encoding in regexp named captures
https://github.com/ruby/prism/commit/17dc6b6281
Diffstat (limited to 'test/prism/ruby_parser_test.rb')
| -rw-r--r-- | test/prism/ruby_parser_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prism/ruby_parser_test.rb b/test/prism/ruby_parser_test.rb index f89aa4c23e..a71d05e78c 100644 --- a/test/prism/ruby_parser_test.rb +++ b/test/prism/ruby_parser_test.rb @@ -30,6 +30,7 @@ module Prism todos = %w[ heredocs_nested.txt newline_terminated.txt + regex_char_width.txt seattlerb/bug169.txt seattlerb/dstr_evstr.txt seattlerb/heredoc_squiggly_interp.txt |
