Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Port fix for space-eating from sorear/niecza@5d10b5f
  • Loading branch information
sorear committed May 27, 2012
1 parent 8632387 commit 3b85e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -4879,7 +4879,7 @@ grammar Regex is STD {
<!stopper>
<!regex_infix>
<atom>
[ <normspace>? <quantifier> <normspace>? <separator>? ]?
[ <normspace>? <quantifier> [<normspace>? <separator>]? ]?
# <?{ $<atom>.max_width }>
# || <.panic: "Cannot quantify zero-width atom">
}
Expand Down

0 comments on commit 3b85e9e

Please sign in to comment.