diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-31 11:46:35 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-31 11:46:35 +0000 |
commit | c08896b7015109136c76b64d98626303e202438a (patch) | |
tree | a44e859788fce4d749f873c0438a45e3b5b5e276 /Test/09funcdef.ztst | |
parent | 68bfbb5bdefbbf1630e1ef6722b864c463dfe3a7 (diff) | |
download | zsh-c08896b7015109136c76b64d98626303e202438a.tar.gz zsh-c08896b7015109136c76b64d98626303e202438a.tar.xz zsh-c08896b7015109136c76b64d98626303e202438a.zip |
Initial revision
Diffstat (limited to 'Test/09funcdef.ztst')
-rw-r--r-- | Test/09funcdef.ztst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/09funcdef.ztst b/Test/09funcdef.ztst new file mode 100644 index 000000000..9a244db65 --- /dev/null +++ b/Test/09funcdef.ztst @@ -0,0 +1,8 @@ +%test + + function f$$ () { + print regress expansion of function names + } + f$$ +0:Regression test: `function f$$ () { ... }' +>regress expansion of function names |