Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multiple assigns with newlines #2261

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

haldun
Copy link
Collaborator

@haldun haldun commented Jan 23, 2024

Fixes parsing code like:

(
  a,
  b
) = c

@haldun haldun requested a review from kddnewton January 24, 2024 13:27
src/prism.c Outdated Show resolved Hide resolved
@kddnewton kddnewton merged commit 6f6efa7 into ruby:main Jan 26, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants