diff options
| author | Earlopain <14981592+Earlopain@users.noreply.github.com> | 2025-01-13 16:41:29 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-01-13 18:02:28 +0000 |
| commit | 7c0b92a1c64d39d4861fb7b46db7efdff3bbcf65 (patch) | |
| tree | cbcb1d8ff1775b3c7d1a51bda31849a838a13cbf /test/prism/ruby | |
| parent | 6637aa4682ef64134e05af949a9beee260dab937 (diff) | |
[ruby/prism] Fix parser translator tokens for `%x(#{})`
It falsely considered it to be a single backtick command
https://github.com/ruby/prism/commit/dd762be590
Diffstat (limited to 'test/prism/ruby')
| -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 7c6b1cbe6a..935e6ed8af 100644 --- a/test/prism/ruby/parser_test.rb +++ b/test/prism/ruby/parser_test.rb @@ -98,7 +98,6 @@ module Prism "heredocs_with_ignored_newlines.txt", "methods.txt", "strings.txt", - "seattlerb/backticks_interpolation_line.txt", "seattlerb/bug169.txt", "seattlerb/case_in.txt", "seattlerb/difficult4__leading_dots2.txt", |
