Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
In the absense of a separator, quantifiers should not eat following s…
…igspace
  • Loading branch information
sorear committed May 27, 2012
1 parent c146c95 commit 5d10b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/STD.pm6
Expand Up @@ -4785,7 +4785,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 5d10b5f

Please sign in to comment.