summaryrefslogtreecommitdiff
path: root/test/prism/ruby/parser_test.rb
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-05-31 14:35:11 -0400
committergit <[email protected]>2024-05-31 19:31:53 +0000
commit63ea77916a2996db97edd3d9803765e83faf966c (patch)
tree3dd218a87f55a45da99ec614594d8b1113d1cb93 /test/prism/ruby/parser_test.rb
parent1b392ba7c65a360f282049f0cbad2be4cffba433 (diff)
[ruby/prism] Match % strings in parser
https://github.com/ruby/prism/commit/840185110f
Diffstat (limited to 'test/prism/ruby/parser_test.rb')
-rw-r--r--test/prism/ruby/parser_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb
index d264d13b35..b3a4a80cda 100644
--- a/test/prism/ruby/parser_test.rb
+++ b/test/prism/ruby/parser_test.rb
@@ -68,13 +68,11 @@ module Prism
"seattlerb/heredoc_with_only_carriage_returns.txt",
"seattlerb/masgn_double_paren.txt",
"seattlerb/parse_line_heredoc_hardnewline.txt",
- "seattlerb/pct_nl.txt",
"seattlerb/pctW_lineno.txt",
"seattlerb/regexp_esc_C_slash.txt",
"seattlerb/TestRubyParserShared.txt",
"unparser/corpus/literal/assignment.txt",
"unparser/corpus/literal/block.txt",
- "unparser/corpus/literal/def.txt",
"unparser/corpus/literal/dstr.txt",
"unparser/corpus/literal/literal.txt",
"unparser/corpus/literal/pattern.txt",