Skip to content

Commit 20ae3bd

Browse files
committed
parse whitespace after loop {}, moritz++
1 parent 8b331d2 commit 20ae3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STD.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ grammar P6 is STD {
15001500
<e3=.EXPR>?
15011501
')'||<.panic: "Malformed loop spec">]
15021502
[ <?before '{' > <.sorry: "Whitespace required before block"> ]?
1503-
)? <.ws>
1503+
)? :s
15041504
<block>
15051505
}
15061506

0 commit comments

Comments
 (0)