1
0
Fork 0
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:
Peter Stephenson 2017-08-09 19:57:47 +01:00
parent 23af20d0b9
commit cfd34c75ac
4 changed files with 84 additions and 13 deletions

View file

@ -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.

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -760,7 +760,7 @@ gettok(void)