1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
zsh/Test/09funcdef.ztst

9 lines
165 B
Plaintext
Raw Normal View History

2000-01-31 12:46:35 +01:00
%test
function f$$ () {
print regress expansion of function names
}
f$$
0:Regression test: `function f$$ () { ... }'
>regress expansion of function names