diff options
author | Earlopain <[email protected]> | 2025-01-13 21:17:29 +0100 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2025-03-18 13:36:53 -0400 |
commit | 177adf6fa543663334bfb8918b356b4771e5ff1a (patch) | |
tree | 7e89331772a1ebffbe062b78d96c6d63e41c96f2 /test/prism/ruby/parser_test.rb | |
parent | ac728389e219480dd678a01e6f91f96098d3b6d6 (diff) |
[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapes
Also fixes a token incompatibility for the word separator. parser only considers whitespace until the first newline
https://github.com/ruby/prism/commit/bd3dd2b62a
Diffstat (limited to 'test/prism/ruby/parser_test.rb')
-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 5469e610fa..4a6ba17aa7 100644 --- a/test/prism/ruby/parser_test.rb +++ b/test/prism/ruby/parser_test.rb @@ -102,7 +102,6 @@ module Prism "dash_heredocs.txt", "embdoc_no_newline_at_end.txt", "methods.txt", - "strings.txt", "seattlerb/bug169.txt", "seattlerb/case_in.txt", "seattlerb/difficult4__leading_dots2.txt", |