Skip to content

Commit

Permalink
Unfudge passing TODO, TimToady++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Dec 11, 2014
1 parent bd41b86 commit 5a1239a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-modifier/perl5_0.t
Expand Up @@ -57,7 +57,6 @@ is($vals, 2, 'returned two values in the match');

# return all the strings we matched
my @vals = "hello world" ~~ m:P5:g/(\w+)/;
#?rakudo todo 'NYI'
is(+@vals, 2, 'returned two values in the match');
is(@vals[0], 'hello', 'returned correct first value in the match');
is(@vals[1], 'world', 'returned correct second value in the match');
Expand Down

0 comments on commit 5a1239a

Please sign in to comment.