Skip to content

Commit

Permalink
RT #112216
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 4, 2012
1 parent 58512ac commit 87dea8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion S02-types/lists.t
Expand Up @@ -9,7 +9,7 @@ use Test;
# for this test. See
# L<"http://www.nntp.perl.org/group/perl.perl6.language/22924">

plan 27;
plan 28;

# Indexing lists

Expand Down Expand Up @@ -173,6 +173,10 @@ plan 27;
is $z, 'bacon', "3rd-party reification of List doesn't duplicate rest";
}

# RT #112216
#?niecza skip 'loops'
is 'foo'[2..*].elems, 0, 'can range-index a Str with infinite range';

done;

# vim: ft=perl6

0 comments on commit 87dea8d

Please sign in to comment.