colis-anr / morbig

A static parser for POSIX Shell
Other
190 stars 8 forks source link

Lexical error (Unclosed subshell (got '(')). #100

Closed Niols closed 5 years ago

Niols commented 5 years ago

On:

echo "`echo \(`"

Morbig says:

Line 1, character 14: Lexical error (Unclosed subshell (got '(')).

Dash accepts.

It seems to me that this should be accepted.