1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00

Initial revision

This commit is contained in:
Tanaka Akira 2000-01-31 11:46:35 +00:00
parent 68bfbb5bde
commit c08896b701

8
Test/09funcdef.ztst Normal file
View 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