mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-05 20:51:12 +02:00
zsh-workers/9493
This commit is contained in:
parent
1c963f38af
commit
2059cfccce
1 changed files with 8 additions and 0 deletions
8
Test/09funcdef.ztst
Normal file
8
Test/09funcdef.ztst
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
%test
|
||||||
|
|
||||||
|
function f$$ () {
|
||||||
|
print regress expansion of function names
|
||||||
|
}
|
||||||
|
f$$
|
||||||
|
0:Regression test: `function f$$ () { ... }'
|
||||||
|
>regress expansion of function names
|
Loading…
Reference in a new issue