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: negated variable assignments in if statements #183

Merged

Conversation

kelly-lin
Copy link
Contributor

@kelly-lin kelly-lin commented Aug 4, 2023

Negated variable assignment in if statements is valid syntax in bash.

Closes #86

@amaanq
Copy link
Member

amaanq commented Aug 12, 2023

rebase please

@kelly-lin kelly-lin force-pushed the fix-negated-variable-assignment branch from 4ed42df to e9e732c Compare August 13, 2023 07:25
@kelly-lin
Copy link
Contributor Author

@amaanq rebased

@amaanq amaanq force-pushed the fix-negated-variable-assignment branch from e9e732c to e8ec4b4 Compare August 18, 2023 07:04
@amaanq amaanq merged commit d18ed88 into tree-sitter:master Aug 18, 2023
4 checks passed
@amaanq
Copy link
Member

amaanq commented Aug 18, 2023

thanks!

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.

if ! var=$(func) parser failure
2 participants