We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.perl.org#130395 (status was 'rejected')
Searchable as RT130395$
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Sorry, I found that it's not a is-deeply's bug.
$ perl6 -e 'my @a = 1,2; say @a.item eqv @a;' True
On Fri, 23 Dec 2016 20:27:10 -0800, cookbook_000@yahoo.co.jp wrote:
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.
@titsuki - Status changed from 'new' to 'rejected'
No branches or pull requests
Migrated from rt.perl.org#130395 (status was 'rejected')
Searchable as RT130395$
The text was updated successfully, but these errors were encountered: