Skip to content

Commit

Permalink
[ruby/prism] Start tracking failing fixtures in ripper translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton authored and matzbot committed Mar 6, 2024
1 parent 139fe4f commit bfa2a08
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/prism/translation/ripper.rb
Expand Up @@ -1167,7 +1167,7 @@ def visit_interpolated_symbol_node(node)
end

bounds(node.location)
on_dyna_symbol(contents)
on_dyna_symbol(parts)
end

# `foo #{bar}`
Expand Down

0 comments on commit bfa2a08

Please sign in to comment.