diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-11-16 18:05:02 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-09-26 09:00:32 +0000 |
| commit | ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f (patch) | |
| tree | c351375660523209041536e010fc822f05914b13 /Test/C04funcdef.ztst | |
| parent | 49422: improve support of --disable-dynamic-nss (diff) | |
| download | zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.gz zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.bz2 zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.lz zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.xz zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.zst zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.zip | |
unposted: Fix typos
Diffstat (limited to 'Test/C04funcdef.ztst')
| -rw-r--r-- | Test/C04funcdef.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/C04funcdef.ztst b/Test/C04funcdef.ztst index 88321c432..af469c527 100644 --- a/Test/C04funcdef.ztst +++ b/Test/C04funcdef.ztst @@ -307,7 +307,7 @@ # lsfoo should not be expanded as an anonymous function argument alias lsfoo='This is not ls.' () (echo anon func; echo "$@") lsfoo -0:Anonmous function with arguments in a form nobody sane would ever use but unfortunately we have to support anyway +0:Anonymous function with arguments in a form nobody sane would ever use but unfortunately we have to support anyway >anon func >lsfoo |
