- Timestamp:
- 11/07/08 06:42:19 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S29-list/pick.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S29-list/pick.t
r22895 r22910 66 66 # Test that List.pick doesn't flatten array refs 67 67 # http://rt.perl.org/rt3/Ticket/Display.html?id=58526 68 ok ?([[1, 2], [3, 4]].pick. join('|') eq any('1|2', '3|4')), '[[1,2],[3,4]].pick does not flatten';68 ok ?([[1, 2], [3, 4]].pick.[0].join('|') eq any('1|2', '3|4')), '[[1,2],[3,4]].pick does not flatten'; 69 69 #?rakudo todo 'array reference flattening, RT #58526' 70 70 ok ?(~([[1, 2], [3, 4]].pick(*)) eq '1 2 3 4' | '3 4 1 2'), '[[1,2],[3,4]].pick(*) does not flatten';
