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:
parent
d309d9addc
commit
016929e043
3 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue