Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge test for RT #117955.
  • Loading branch information
jnthn committed Jul 15, 2015
1 parent b95280f commit 76676ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-capture/caps.t
Expand Up @@ -79,7 +79,6 @@ is ca($/.chunks), '0:a|1:;|0:b|1:,|0:c|1:,', '.chunks on %% separator';
is ca($/.caps), '0:a|0:b', '.caps on quantified &&';

ok 'ab' ~~ m/[[a|b] && <alpha>]**1..2/, 'Regex matches';
#?rakudo todo 'RT #117955 - quantified conjunctive capture'
is ca($/.caps), 'alpha:a|alpha:b', '.caps on quantified &&';
}

Expand Down

0 comments on commit 76676ad

Please sign in to comment.