about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-11-23 13:23:55 -0800
committerBart Schaefer <schaefer@zsh.org>2023-11-23 13:23:55 -0800
commitfbec213cc5ab0d0316c98bd9ddb883bae3bbdbc5 (patch)
treee6ea125a6b117e989b7b990b9f8d96ad2b2013b5 /Test
parent7a84713bb7a1527d4ef9bfa8c745d1bfa7da9d59 (diff)
downloadzsh-fbec213cc5ab0d0316c98bd9ddb883bae3bbdbc5.tar.gz
zsh-fbec213cc5ab0d0316c98bd9ddb883bae3bbdbc5.tar.xz
zsh-fbec213cc5ab0d0316c98bd9ddb883bae3bbdbc5.zip
52325: Clarify doc for edge cases of named references and nofork substitution
Unposted whitespace change avoids a parse error in ${ ... } with comments.
Diffstat (limited to 'Test')
-rw-r--r--Test/D10nofork.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D10nofork.ztst b/Test/D10nofork.ztst
index 024b8ffcc..d6a5588df 100644
--- a/Test/D10nofork.ztst
+++ b/Test/D10nofork.ztst
@@ -422,7 +422,7 @@ F:must do this before evaluating the next test block
 
   purr ${ { echo nested } } DONE
 1:ignored braces, part 4
-?(eval):1: parse error near `}'
+?(eval):3: parse error near `}'
 
   # "break" blocks function calls in outer loop
   # Could use print, but that might get fixed