tree-sitter-bash
tree-sitter-bash copied to clipboard
Failed to parse expression when using fallthrough in case statement
case X in
W ) ;& Failed to parse expression
X ) ;& Syntax error: expected "word" somewhere in the file
Y ) echo "W, X, or Y" ;; Failed to parse expression
Z ) echo "Z" ;;
esac
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.