From 2059cfccced3756925c498480cd47c80ad4ee208 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 31 Jan 2000 11:46:35 +0000 Subject: zsh-workers/9493 --- Test/09funcdef.ztst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Test/09funcdef.ztst (limited to 'Test') 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 -- cgit 1.4.1