summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-11-23 11:27:22 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-11-23 11:27:22 -0800
commit4e87006fc7303c6a2427595cbc4bb534a6db3fd3 (patch)
tree4cf1ff956e40fae9df5de884a504c879c3a2bc62
parentb33617e08b826bdbca5c24f60af82e8ba8d4c423 (diff)
downloadzsh-4e87006fc7303c6a2427595cbc4bb534a6db3fd3.tar.gz
zsh-4e87006fc7303c6a2427595cbc4bb534a6db3fd3.tar.xz
zsh-4e87006fc7303c6a2427595cbc4bb534a6db3fd3.zip
37205: update documentary comment
-rw-r--r--ChangeLog4
-rw-r--r--Test/B01cd.ztst14
2 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b82d0ec45..e0060365f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-23  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 37205: Test/B01cd.ztst: update documentary comment
+
 2015-11-23  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 37203: Src/params.c: WARN_CREATE_GLOBAL test in wrong place
diff --git a/Test/B01cd.ztst b/Test/B01cd.ztst
index a5b3769f1..94447e717 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 '*',
-# 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
-# with a backslash.  The EXTENDED_GLOB option is used for all such patterns.
+# Each line of a '>' and '?' chunk may be preceded by a '*', so the line
+# starts '*>' or '*?'.  This signifies that for any line with '*' in front
+# the actual output should be 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 with a backslash.  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