about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-31 11:46:35 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-31 11:46:35 +0000
commitc08896b7015109136c76b64d98626303e202438a (patch)
treea44e859788fce4d749f873c0438a45e3b5b5e276 /Test
parent68bfbb5bdefbbf1630e1ef6722b864c463dfe3a7 (diff)
downloadzsh-c08896b7015109136c76b64d98626303e202438a.tar.gz
zsh-c08896b7015109136c76b64d98626303e202438a.tar.xz
zsh-c08896b7015109136c76b64d98626303e202438a.zip
Initial revision
Diffstat (limited to 'Test')
-rw-r--r--Test/09funcdef.ztst8
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