about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:32:51 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:32:51 +0000
commitfcc778d4b93ae8723e552d8ab7f338b5011c37b4 (patch)
treee19f47664849d38c8eacb80a7322d407be1f6c44 /Test
parentcf6c9c8d1ae8d8379224f19f4d7c9f03ee638163 (diff)
downloadzsh-fcc778d4b93ae8723e552d8ab7f338b5011c37b4.tar.gz
zsh-fcc778d4b93ae8723e552d8ab7f338b5011c37b4.tar.xz
zsh-fcc778d4b93ae8723e552d8ab7f338b5011c37b4.zip
moved to ./Test/C04funcdef.ztst
Diffstat (limited to 'Test')
-rw-r--r--Test/09funcdef.ztst13
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