1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 04:46:08 +02:00

45601: Fix status in new functions -T test

This commit is contained in:
Peter Stephenson 2020-03-22 18:56:06 +00:00
parent 2b1e5a3d22
commit 508b47c750
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2020-03-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 45601: Test/E02xtrace.ztst: Fix status in new functions -T
test.
* 45563: Src/utils.c: %z supplies zlong for errors and warnings.
2020-03-22 Daniel Shahaf <d.s@daniel.shahaf.name>

View File

@ -203,7 +203,7 @@
-T
function -T -- { echo trace anonymous function }
functions -- -- # no output
0:define traced function: parse test
1:define traced function: parse test
?+-T:0> echo trace function literally named -T
>trace function literally named -T
?+(anon):0> echo trace anonymous function