Skip to content

Commit

Permalink
Allow reference to have multiple arguments Fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
wburns authored and jabolina committed Dec 4, 2024
1 parent c5d89e6 commit 61157a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ private Reference processReference(ParseContext ctx, String token) throws IOExce
params.add(new Action(ctx.ns, tokens, ctx.file, ctx.line));
tokens = new ArrayList<>();
} else tokens.add(token);
break;
case "[":
++level;
// no break;
Expand Down

0 comments on commit 61157a4

Please sign in to comment.