diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:32:51 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:32:51 +0000 |
commit | fcc778d4b93ae8723e552d8ab7f338b5011c37b4 (patch) | |
tree | e19f47664849d38c8eacb80a7322d407be1f6c44 | |
parent | cf6c9c8d1ae8d8379224f19f4d7c9f03ee638163 (diff) | |
download | zsh-fcc778d4b93ae8723e552d8ab7f338b5011c37b4.tar.gz zsh-fcc778d4b93ae8723e552d8ab7f338b5011c37b4.tar.xz zsh-fcc778d4b93ae8723e552d8ab7f338b5011c37b4.zip |
moved to ./Test/C04funcdef.ztst
-rw-r--r-- | Test/09funcdef.ztst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Test/09funcdef.ztst b/Test/09funcdef.ztst deleted file mode 100644 index 07a20349d..000000000 --- a/Test/09funcdef.ztst +++ /dev/null @@ -1,13 +0,0 @@ -%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 |