1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 11:01:13 +02:00

32954: Missed the doc change.

This commit is contained in:
Peter Stephenson 2014-08-04 19:53:54 +01:00
parent 6116f1dafa
commit ef3fd473c0
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2014-08-04 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 32954: Doc/Zsh/expn.yo: missed this.
* 32954 (plus new test): Src/cond.c, Test/D02glob.ztst:
(#q) on patterns with [[ ... = ... ] and [[ ... != ... ]]
shouldn't force a glob, it should simply be ignored.

View file

@ -2338,7 +2338,9 @@ avoided for the sake of clarity. Note that within conditions using the
`tt([[)' form the presence of a parenthesised expression
tt(LPAR()#q...+RPAR()) at the end of a string indicates that globbing
should be performed; the expression may include glob qualifiers, but
it is also valid if it is simply tt(LPAR()#q+RPAR()).
it is also valid if it is simply tt(LPAR()#q+RPAR()). This does
not apply to the right hand side of pattern match operators as the
syntax already has special significance.
A qualifier may be any one of the following: