From ef3fd473c0a5ab5e5f50c6498498727904aa4373 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 4 Aug 2014 19:53:54 +0100 Subject: 32954: Missed the doc change. --- ChangeLog | 2 ++ Doc/Zsh/expn.yo | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f47570672..3b729c2d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-08-04 Peter Stephenson + * 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. diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 8394ffc4f..9bff013f9 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -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: -- cgit 1.4.1