Skip to content

Commit 3b85e9e

Browse files
committed
Port fix for space-eating from sorear/niecza@5d10b5f
1 parent 8632387 commit 3b85e9e

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
@@ -4879,7 +4879,7 @@ grammar Regex is STD {
48794879
<!stopper>
48804880
<!regex_infix>
48814881
<atom>
4882-
[ <normspace>? <quantifier> <normspace>? <separator>? ]?
4882+
[ <normspace>? <quantifier> [<normspace>? <separator>]? ]?
48834883
# <?{ $<atom>.max_width }>
48844884
# || <.panic: "Cannot quantify zero-width atom">
48854885
}

0 commit comments

Comments
 (0)