Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
parse whitespace after loop {}, moritz++
  • Loading branch information
TimToady committed Oct 3, 2011
1 parent 8b331d2 commit 20ae3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -1500,7 +1500,7 @@ grammar P6 is STD {
<e3=.EXPR>?
')'||<.panic: "Malformed loop spec">]
[ <?before '{' > <.sorry: "Whitespace required before block"> ]?
)? <.ws>
)? :s
<block>
}

Expand Down

0 comments on commit 20ae3bd

Please sign in to comment.