# New Ticket Created by  Itsuki Toyota 
# Please include the string:  [perl #130395]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130395 >


See the following results:

$ perl6 -MTest -e 'my @a = 1,2; dd @a; dd @a.item;'
Array @a = [1, 2]
$[1, 2]

$ perl6 -MTest -e 'my @a = 1,2; is-deeply @a, @a.item'
ok 1 - 


I think is-deeply should return "not ok" in this case.

Perl 6 version is:
$ perl6 --version
This is Rakudo version 2016.12-14-g9120ace built on MoarVM version 2016.12
implementing Perl 6.c.

Reply via email to