Skip to content

Commit 3dbdc11

Browse files
committed
Fudge test for match with *-1 index on JVM
1 parent 71cbee5 commit 3dbdc11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S05-modifier/counted.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ is($/, 'foo', 'Matched value for 3th « <ident>');
216216
# :nth and *-N
217217

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

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

0 commit comments

Comments
 (0)