- Timestamp:
- 11/06/08 06:15:34 (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
r22788 r22893 67 67 # http://rt.perl.org/rt3/Ticket/Display.html?id=58526 68 68 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' 69 70 ok ?(~([[1, 2], [3, 4]].pick(*)) eq '1 2 3 4' | '3 4 1 2'), '[[1,2],[3,4]].pick(*) does not flatten'; 70 71
