Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: Don't strip too many parentheses on the right of a call node #107

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

pawamoy
Copy link
Member

@pawamoy pawamoy commented Oct 17, 2022

Previously a value like o[x, y(z)] would be unparsed as o[x, y(z] (missing right parenthesis). Reported on Gitter.

@pawamoy pawamoy merged commit bb5c5e7 into master Oct 17, 2022
@pawamoy pawamoy deleted the fix-stripped-paren branch November 13, 2022 00:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant