From c08896b7015109136c76b64d98626303e202438a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 31 Jan 2000 11:46:35 +0000 Subject: Initial revision --- Test/09funcdef.ztst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Test/09funcdef.ztst 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