We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da0153 commit 8b331d2Copy full SHA for 8b331d2
STD.pm6
@@ -5157,7 +5157,7 @@ grammar Regex is STD {
5157
| \d+ \s+ '..' <.panic: "Spaces not allowed in bare range">
5158
| (\d+) [ '..' [ (\d+) { $¢.panic("Empty range") if $0.Str > $1[0].Str } | '*' | <.panic: "Malformed range"> ] ]?
5159
| <embeddedblock>
5160
- | {} <quantified_atom> <.worryobs("atom ** " ~ $<quantified_atom>.Str ~ " as separator", "atom+ % " ~ $<quantified_atom>.Str, "nowadays")>
+ | {} <quantified_atom> <.worryobs("atom ** " ~ $<quantified_atom>.Str ~ " as separator", "atom+ % " ~ $<quantified_atom>.Str, " nowadays")>
5161
]
5162
}
5163
0 commit comments