emersion / mrsh

A minimal POSIX shell
MIT License
489 stars 35 forks source link

case $var$# causes syntax error #187

Open illiliti opened 3 years ago

illiliti commented 3 years ago

sample:

case $var$# in 1337) :; esac

output:

test.sh:1:29: syntax error: expected a word

possibly related to https://github.com/emersion/mrsh/issues/139?