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
commit2059cfccced3756925c498480cd47c80ad4ee208 (patch)
treeac4f82b029a7a5b6ea14cf3c8cd9b87683ecf7d6 /Test
parent1c963f38af70bc7ece39256a0cc0f543250b2a55 (diff)
downloadzsh-2059cfccced3756925c498480cd47c80ad4ee208.tar.gz
zsh-2059cfccced3756925c498480cd47c80ad4ee208.tar.xz
zsh-2059cfccced3756925c498480cd47c80ad4ee208.zip
zsh-workers/9493
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