Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge test for match with *-1 index on JVM
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent 71cbee5 commit 3dbdc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-modifier/counted.t
Expand Up @@ -216,6 +216,7 @@ is($/, 'foo', 'Matched value for 3th « <ident>');
# :nth and *-N

is("ABCDE" ~~ m:nth(*)/\w/, "E", "Can match with * index");
#?rakudo.jvm todo "got: 'False', expected: 'D'"
is("ABCDE" ~~ m:nth(*-1)/\w/, "D", "Can match with *-1 index");

$data = "f fo foo fooo foooo fooooo foooooo";
Expand Down

0 comments on commit 3dbdc11

Please sign in to comment.