diff options
author | Kevin Newton <[email protected]> | 2024-05-31 14:26:38 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-05-31 19:31:53 +0000 |
commit | 1b392ba7c65a360f282049f0cbad2be4cffba433 (patch) | |
tree | 6993a05b8b092cdd8148b0266a4e216418943a45 /test | |
parent | 47f05dffa1a3cf95fa4a5f2511cd85aeb2341712 (diff) |
[ruby/prism] Use correct opening and closing parenthesis for array pattern in parser
https://github.com/ruby/prism/commit/beed43922c
Diffstat (limited to 'test')
-rw-r--r-- | test/prism/ruby/parser_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb index d0a58fca01..d264d13b35 100644 --- a/test/prism/ruby/parser_test.rb +++ b/test/prism/ruby/parser_test.rb @@ -59,7 +59,6 @@ module Prism "seattlerb/block_decomp_splat.txt", "seattlerb/block_paren_splat.txt", "seattlerb/bug190.txt", - "seattlerb/case_in.txt", "seattlerb/heredoc_nested.txt", "seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt", "seattlerb/heredoc_with_carriage_return_escapes_windows.txt", @@ -69,7 +68,6 @@ module Prism "seattlerb/heredoc_with_only_carriage_returns.txt", "seattlerb/masgn_double_paren.txt", "seattlerb/parse_line_heredoc_hardnewline.txt", - "seattlerb/parse_pattern_044.txt", "seattlerb/pct_nl.txt", "seattlerb/pctW_lineno.txt", "seattlerb/regexp_esc_C_slash.txt", @@ -108,6 +106,7 @@ module Prism "xstring_with_backslash.txt", "seattlerb/backticks_interpolation_line.txt", "seattlerb/bug169.txt", + "seattlerb/case_in.txt", "seattlerb/class_comments.txt", "seattlerb/difficult4__leading_dots2.txt", "seattlerb/difficult6__7.txt", |