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

Failed to parse expression when using fallthrough in case statement

Open BenFradella opened this issue 5 years ago • 1 comments

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

BenFradella avatar Aug 10 '20 19:08 BenFradella

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.

issue-label-bot[bot] avatar Aug 10 '20 19:08 issue-label-bot[bot]