Skip to content

Commit

Permalink
Fudge test for .comb with large buffer on JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent 3e28ff4 commit 9817537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S16-io/comb.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plan 25;

my $filename = 't/spec/S16-io/comb.testing';

#?DOES 1
sub test-comb($text,@result,|c) {
subtest {
plan 4;
Expand Down Expand Up @@ -116,6 +117,7 @@ for 5, 10, 100000 -> $sep {
for 100000 -> $sep {
my $text = "defgh" x 100000;
my @clean = ("defgh" x 20000) xx 5;
#?rakudo.jvm todo 'wrong number of elements returned and wrongly separated'
test-comb($text,@clean,$sep);
}

Expand Down

0 comments on commit 9817537

Please sign in to comment.