From a370470baeb2e7994d6165c9f056a60b2e37f21e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:32:58 +0000 Subject: [PATCH] moved from ./Test/09funcdef.ztst --- Test/C04funcdef.ztst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Test/C04funcdef.ztst diff --git a/Test/C04funcdef.ztst b/Test/C04funcdef.ztst new file mode 100644 index 000000000..07a20349d --- /dev/null +++ b/Test/C04funcdef.ztst @@ -0,0 +1,13 @@ +%test + + function f$$ () { + print regress expansion of function names + } + f$$ +0:Regression test: `function f$$ () { ... }' +>regress expansion of function names + + function foo () print bar + foo +0:Function definition without braces +>bar