mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-12 11:01:15 +02:00
41504: make empty strings work in case patterns with no leading parenthesis
This commit is contained in:
parent
23af20d0b9
commit
cfd34c75ac
4 changed files with 84 additions and 13 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2017-08-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 41504: Src/lex.c, Src/parse.c, Test/A01grammar.ztst: make
|
||||||
|
empty strings work in case patterns with no opening
|
||||||
|
parenthesis.
|
||||||
|
|
||||||
2017-08-08 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2017-08-08 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* unposted: Config/version.mk: update to 5.4.1-dev-0.
|
* unposted: Config/version.mk: update to 5.4.1-dev-0.
|
||||||
|
|
|
@ -760,7 +760,7 @@ gettok(void)
|
||||||