mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-24 05:11:08 +02:00
45601: Fix status in new functions -T test
This commit is contained in:
parent
2b1e5a3d22
commit
508b47c750
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2020-03-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
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.
|
* 45563: Src/utils.c: %z supplies zlong for errors and warnings.
|
||||||
|
|
||||||
2020-03-22 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2020-03-22 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
|
@ -203,7 +203,7 @@
|
||||||
-T
|
-T
|
||||||
function -T -- { echo trace anonymous function }
|
function -T -- { echo trace anonymous function }
|
||||||
functions -- -- # no output
|
functions -- -- # no output
|
||||||
0:define traced function: parse test
|
1:define traced function: parse test
|
||||||
?+-T:0> echo trace function literally named -T
|
?+-T:0> echo trace function literally named -T
|
||||||
>trace function literally named -T
|
>trace function literally named -T
|
||||||
?+(anon):0> echo trace anonymous function
|
?+(anon):0> echo trace anonymous function
|
||||||
|
|
Loading…
Reference in a new issue