Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Minor runtests.zsh curiosity
- X-seq: zsh-workers 52651
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Minor runtests.zsh curiosity
- Date: Sat, 2 Mar 2024 20:48:27 -0800
- Archived-at: <https://zsh.org/workers/52651>
- List-id: <zsh-workers.zsh.org>
I just noticed this typo in the "typeset -nu" patch:
+*?*typeset*: no such variable: var
+?*typeset*: no such variable: var
The second line doesn't begin with a * but it appears it was
nevertheless pattern-matched against the output, because the test
passes.
Or did the test pass because there were two consecutive lines of
stderr that both matched the first pattern?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author