# New Ticket Created by  "Mark J. Reed" 
# Please include the string:  [perl #73816]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73816 >


> my @a = (1,2) Z (3,4); say @a.perl
[1, 3, 2, 4]

Per S03, that should be [[1,3],[2,4]].

Tried to write a test case for this, but that attempt was complicated
by the fact that this test:

is [[1,2],[3,4]], [1,2,3,4]

currently passes.  Opening a separate bug for that.



-- 
Mark J. Reed <markjr...@gmail.com>

Reply via email to