Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to get quantified captures righter.
  • Loading branch information
jnthn committed Sep 29, 2012
1 parent e579e8e commit a4febda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QRegex/P5Regex/Actions.nqp
Expand Up @@ -279,7 +279,6 @@ class QRegex::P5Regex::Actions is HLL::Actions {
}
elsif $rxtype eq 'quant' {
my %astcap := capnames($ast[0], $count);
for %astcap { %capnames{$_} := 2 }
$count := %astcap{''};
}
%capnames{''} := $count;
Expand Down

0 comments on commit a4febda

Please sign in to comment.