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 3097e14 commit 83e13b6Copy full SHA for 83e13b6
src/QRegex/P6Regex/Actions.nqp
@@ -87,7 +87,7 @@ class QRegex::P6Regex::Actions is HLL::Actions {
87
$qast := $ast;
88
}
89
if $<separator> {
90
- unless $qast.rxtype eq 'quant' {
+ if $qast.rxtype ne 'quant' && $qast.rxtype ne 'dynquant' {
91
$/.CURSOR.panic("'" ~ $<separator>[0]<septype> ~
92
"' many only be used immediately following a quantifier")
93
0 commit comments