Skip to content

Commit

Permalink
Non-existent captures should not match.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 8, 2011
1 parent f0119d2 commit 97a4064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QRegex/Cursor.nqp
Expand Up @@ -113,7 +113,6 @@ role NQPCursorRole {
if nqp::substr($!target, $!pos, $litlen)
eq nqp::substr($!target, $subcur.from, $litlen);
}
else { $cur."!cursor_pass"($!pos, '') }
$cur;
}

Expand Down

0 comments on commit 97a4064

Please sign in to comment.