tree-sitter-bash icon indicating copy to clipboard operation
tree-sitter-bash copied to clipboard

Failed to parse expression using parens inside $(())

Open joeycozza opened this issue 6 years ago • 1 comments

Originally reported here https://github.com/mads-hartmann/bash-language-server/issues/160, and I'm seeing a similar issue with this code

echo $(((5 / 2) - 1))

joeycozza avatar Dec 02 '19 18:12 joeycozza

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.92. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Dec 02 '19 18:12 issue-label-bot[bot]

Can still reproduce this on b338fa9: image

lucy avatar Apr 08 '23 23:04 lucy