Skip to content

Commit 1e2992d

Browse files
committed
Clean up multi-line parser action code string
1 parent 87d0dd9 commit 1e2992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
[
6161
"simpleExpression WITH EXCEPTION",
62-
"$$ = {exception: $3}\n$$.license = $1.license\nif ($1.hasOwnProperty('plus')) {\n $$.plus = $1.plus\n}"
62+
"$$ = {exception: $3}; $$.license = $1.license; if ($1.hasOwnProperty('plus')) { $$.plus = $1.plus }"
6363
],
6464
[
6565
"expression AND expression",

0 commit comments

Comments
 (0)