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

Failed to parse $(( 1 < 2 ? 1 : 2 )) #143

Closed
bleutner opened this issue Aug 28, 2019 · 2 comments
Closed

Failed to parse $(( 1 < 2 ? 1 : 2 )) #143

bleutner opened this issue Aug 28, 2019 · 2 comments
Labels
grammar bug Issues related to the bash grammar

Comments

@bleutner
Copy link

Not entirely sure whether your bugtracker is the correct one for this issue (happens in eclipse shellwax), so feel free to send me elsewhere, if not.

Failed to parse:

$(( 1 < 2 ? 1 : 2 )) 
@skovhus
Copy link
Collaborator

skovhus commented Sep 23, 2019

Thanks for reporting this issue. It seems to be a grammar issue.

Can you create an issue over here: https://github.com/tree-sitter/tree-sitter-bash

@skovhus
Copy link
Collaborator

skovhus commented Nov 25, 2022

This seems to have been fixed in the newer version of the grammar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grammar bug Issues related to the bash grammar
Projects
None yet
Development

No branches or pull requests

2 participants