Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Minor runtests.zsh curiosity



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