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 285983f commit a741facCopy full SHA for a741fac
STD.pm6
@@ -5229,7 +5229,7 @@ grammar Regex is STD {
5229
| \d+ \s+ '..' <.panic: "Spaces not allowed in bare range">
5230
| (\d+) [ '..' [ (\d+) { $¢.panic("Empty range") if $0.Str > $1[0].Str } | '*' | <.panic: "Malformed range"> ] ]?
5231
| <embeddedblock>
5232
- | {} <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"); }
5233
]
5234
}
5235
0 commit comments