mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
45305: Add an XFail test: The exec-last-command optimization is applied to try/always.
This commit is contained in:
parent
0a7bfc0bd2
commit
28e11ac60b
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2020-01-16 Daniel Shahaf <danielsh@apache.org>
|
2020-01-16 Daniel Shahaf <danielsh@apache.org>
|
||||||
|
|
||||||
|
* 45305: Test/A01grammar.ztst: Add an XFail test: The
|
||||||
|
exec-last-command optimization is applied to try/always.
|
||||||
|
|
||||||
* 45307: Doc/Zsh/mod_zutil.yo: zstyle docs: Unoverload a
|
* 45307: Doc/Zsh/mod_zutil.yo: zstyle docs: Unoverload a
|
||||||
placeholder variable name.
|
placeholder variable name.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -928,3 +928,7 @@ F:Note that the behaviour of 'exit' inside try-list inside a function is unspeci
|
||||||
>PIPE
|
>PIPE
|
||||||
>and true
|
>and true
|
||||||
>or false
|
>or false
|
||||||
|
|
||||||
|
$ZTST_testdir/../Src/zsh -fc '{ ( ) } always { echo foo }'
|
||||||
|
-f:exec last command optimization inhibited for try/always
|
||||||
|
>foo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue