diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-03-05 07:31:00 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-03-06 16:42:41 +0000 |
| commit | bfa2a08444f073b2a0a5d759f463a04fb8a3c1f2 (patch) | |
| tree | 71c12cdf38aba2910979b194e21e852d21eaca03 /lib | |
| parent | 139fe4fc63d8488fe44f3794d4fcd0bc5e0f862a (diff) | |
[ruby/prism] Start tracking failing fixtures in ripper translation
https://github.com/ruby/prism/commit/6285e31ccc
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/prism/translation/ripper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prism/translation/ripper.rb b/lib/prism/translation/ripper.rb index 3670c330bc..c839b90456 100644 --- a/lib/prism/translation/ripper.rb +++ b/lib/prism/translation/ripper.rb @@ -1167,7 +1167,7 @@ module Prism end bounds(node.location) - on_dyna_symbol(contents) + on_dyna_symbol(parts) end # `foo #{bar}` |
