mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
Initial revision
This commit is contained in:
parent
68bfbb5bde
commit
c08896b701
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