diff options
Diffstat (limited to 'shell/hush_test/hush-misc/func_args1.right')
-rw-r--r-- | shell/hush_test/hush-misc/func_args1.right | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/func_args1.right b/shell/hush_test/hush-misc/func_args1.right new file mode 100644 index 0000000..2dfb962 --- /dev/null +++ b/shell/hush_test/hush-misc/func_args1.right @@ -0,0 +1,5 @@ +params: a b c +'f 1 2 3' called +params: a b c +'f 1 2 3' called +params: a b c |