about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-12-02 10:35:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-12-02 10:35:46 +0000
commit95afa4d4d49acb6db62e0ee788f17ac5a468647e (patch)
tree3cf693147fac57b0f71582ac4bd964b7db114f94
parent5d949f9cda0bb65f08d1d4f695334809a7a3482d (diff)
downloadzsh-95afa4d4d49acb6db62e0ee788f17ac5a468647e.tar.gz
zsh-95afa4d4d49acb6db62e0ee788f17ac5a468647e.tar.xz
zsh-95afa4d4d49acb6db62e0ee788f17ac5a468647e.zip
unposted: fix documentation for "*" test output syntax
-rw-r--r--Test/B01cd.ztst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/B01cd.ztst b/Test/B01cd.ztst
index a169ba059..79e4e8b49 100644
--- a/Test/B01cd.ztst
+++ b/Test/B01cd.ztst
@@ -60,10 +60,10 @@
 # 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.  The entire set of lines
-# 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.
+# 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