about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-12-02 10:36:20 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-12-02 10:36:20 +0000
commit5ab844973c4a70d34e19cc08dc134353a7db3441 (patch)
treec0c25c58501fcf6c7d84b348e290f70f503ad326
parent95afa4d4d49acb6db62e0ee788f17ac5a468647e (diff)
downloadzsh-5ab844973c4a70d34e19cc08dc134353a7db3441.tar.gz
zsh-5ab844973c4a70d34e19cc08dc134353a7db3441.tar.xz
zsh-5ab844973c4a70d34e19cc08dc134353a7db3441.zip
unposted: fix documentation for "*" test output syntax
-rw-r--r--Test/B01cd.ztst14
1 files changed, 7 insertions, 7 deletions
diff --git a/Test/B01cd.ztst b/Test/B01cd.ztst
index 79e4e8b49..ac00221cd 100644
--- a/Test/B01cd.ztst
+++ b/Test/B01cd.ztst
@@ -57,13 +57,13 @@
 # subsequent whitespace being significant; lines are not subject to any
 # substitution unless the `q' flag (see below) is set.
 #
-# The first line (only) of a '>' and '?' chunk may be preceded by a '*'.
-# This signifies that all lines in the chunk (not just the one with the
-# '*' in front) in the actual output are pattern matched against the
-# corresponding lines in the test output.  Each line following '>' or
-# '?' must be a valid pattern, so characters special to patterns such as
-# parentheses must be quoted.  The EXTENDED_GLOB option is used for all
-# such patterns.
+# The first line (only) of a '>' and '?' chunk may be preceded by a '*',
+# so the line starts '*>' or '*?'.  This signifies that all lines in the
+# chunk (not just the one with the '*' in front) in the actual output
+# are pattern matched against the corresponding lines in the test
+# output.  Each line following '>' or '?' must be a valid pattern, so
+# characters special to patterns such as parentheses must be quoted.
+# The EXTENDED_GLOB option is used for all such patterns.
 #
 # 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