1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

38734: fix final case clauses terminating with ;&

This commit is contained in:
Peter Stephenson 2016-06-21 16:12:51 +01:00
parent d309d9addc
commit 016929e043
3 changed files with 12 additions and 1 deletions

View file

@ -283,6 +283,14 @@
>2
>3
case whatever in
(*) print yeah, right ;&
esac
print but well
0:'case', redundant final ";&"
>yeah, right
>but well
## Select now reads from stdin if the shell is not interactive.
## Its own output goes to stderr.
(COLUMNS=80 LINES=3