1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

52325: Clarify doc for edge cases of named references and nofork substitution

Unposted whitespace change avoids a parse error in ${ ... } with comments.
This commit is contained in:
Bart Schaefer 2023-11-23 13:23:55 -08:00
parent 7a84713bb7
commit fbec213cc5
6 changed files with 25 additions and 13 deletions

View file

@ -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