Changeset 22893 for t

Show
Ignore:
Timestamp:
11/06/08 06:15:34 (2 months ago)
Author:
pmichaud
Message:

[spec]: Fudge a .pick test on arrays for rakudo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S29-list/pick.t

    r22788 r22893  
    6767    # http://rt.perl.org/rt3/Ticket/Display.html?id=58526 
    6868    ok ?([[1, 2], [3, 4]].pick.join('|') eq any('1|2', '3|4')), '[[1,2],[3,4]].pick does not flatten'; 
     69    #?rakudo todo 'array reference flattening' 
    6970    ok ?(~([[1, 2], [3, 4]].pick(*)) eq '1 2 3 4' | '3 4 1 2'), '[[1,2],[3,4]].pick(*) does not flatten'; 
    7071