Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #125038 unfudge now passing rx:2x/.../ tests
  • Loading branch information
FROGGS committed May 6, 2015
1 parent c6ffcf7 commit 9277997
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S05-modifier/repetition.t
Expand Up @@ -5,11 +5,9 @@ plan 12;

#L<S05/Modifiers/"If followed by an x, it means repetition.">

#?rakudo todo ':2x RT #125038'
ok('abab' ~~ m:2x/ab/, ':2x (repetition) modifier (+)');
nok('ab' ~~ m:2x/ab/, ':2x (repetition) modifier (-)');

#?rakudo todo ':x(2) RT #125039'
ok('abab' ~~ m:x(2)/ab/, ':2x (repetition) modifier (+)');
nok('ab' ~~ m:x(2)/ab/, ':2x (repetition) modifier (-)');

Expand Down

0 comments on commit 9277997

Please sign in to comment.