mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
moved from ./Test/09funcdef.ztst
This commit is contained in:
parent
fcc778d4b9
commit
a370470bae
1 changed files with 13 additions and 0 deletions
13
Test/C04funcdef.ztst
Normal file
13
Test/C04funcdef.ztst
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
%test
|
||||||
|
|
||||||
|
function f$$ () {
|
||||||
|
print regress expansion of function names
|
||||||
|
}
|
||||||
|
f$$
|
||||||
|
0:Regression test: `function f$$ () { ... }'
|
||||||
|
>regress expansion of function names
|
||||||
|
|
||||||
|
function foo () print bar
|
||||||
|
foo
|
||||||
|
0:Function definition without braces
|
||||||
|
>bar
|
Loading…
Reference in a new issue