mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 22:51:42 +02:00
unposted: fix documentation for "*" test output syntax
This commit is contained in:
parent
ae8e3ba86d
commit
5d949f9cda
2 changed files with 16 additions and 11 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-12-02 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* unposted: Test/B01cd.ztst: fix documentation for '*'
|
||||||
|
test output syntax.
|
||||||
|
|
||||||
2011-12-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2011-12-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* 29924: Test/A04redirect.ztst, Test/B01cd.ztst, Test/ztst.zsh:
|
* 29924: Test/A04redirect.ztst, Test/B01cd.ztst, Test/ztst.zsh:
|
||||||
|
@ -15640,5 +15645,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5512 $
|
* $Revision: 1.5513 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -53,17 +53,17 @@
|
||||||
# stderr.
|
# stderr.
|
||||||
#
|
#
|
||||||
# The rules for '<', '>' and '?' lines are the same: only the first
|
# The rules for '<', '>' and '?' lines are the same: only the first
|
||||||
# character is stripped, with subsequent whitespace being significant;
|
# character is stripped (with the excpetion for '*' noted below), with
|
||||||
# lines are not subject to any substitution unless the `q' flag (see
|
# subsequent whitespace being significant; lines are not subject to any
|
||||||
# below) is set.
|
# substitution unless the `q' flag (see below) is set.
|
||||||
#
|
#
|
||||||
# '>' and '?' may be preceded by a '*', in which case all lines
|
# The first line (only) of a '>' and '?' chunk may be preceded by a '*'.
|
||||||
# in the chunk must be so delimited (i.e. all lines must start either
|
# This signifies that all lines in the chunk (not just the one with the
|
||||||
# '*>' or '>' but not a mixture). If the '*' is present, the lines
|
# '*' in front) in the actual output are pattern matched against the
|
||||||
# in the actual output are pattern matched against the lines in the
|
# corresponding lines in the test output. The entire set of lines
|
||||||
# test output. The entire line following '*>' or '*?' must be a
|
# following '>' or '?' must be a valid pattern, so characters special to
|
||||||
# valid pattern, so characters special to patterns such as parentheses
|
# patterns such as parentheses must be quoted. The EXTENDED_GLOB option
|
||||||
# must be quoted. The EXTENDED_GLOB option is used for all such patterns.
|
# is used for all such patterns.
|
||||||
#
|
#
|
||||||
# Each chunk of indented code is to be evaluated in one go and is to
|
# Each chunk of indented code is to be evaluated in one go and is to
|
||||||
# be followed by a line starting (in the first column) with
|
# be followed by a line starting (in the first column) with
|
||||||
|
|
Loading…
Reference in a new issue