summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y8
1 files changed, 8 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index c3db298e8a..f1663ef21f 100644
--- a/parse.y
+++ b/parse.y
@@ -2426,6 +2426,14 @@ opt_call_args : none
$$ = arg_add_assocs($1, $3);
%*/
}
+ | assocs ','
+ {
+ /*%%%*/
+ $$ = NEW_LIST(NEW_HASH($1));
+ /*%
+ $$ = arg_add_assocs(arg_new(), $1);
+ %*/
+ }
;
call_args : command