Subject: | t/02_hello_sweet.t fails on ArrayList auto-convert |
t/02_hello_sweet.t ... 1/3 Not an ARRAY reference at t/02_hello_sweet.t line 18, <GEN8> line 28.
Show quoted text
The code:
Show quoted text
my @x = @{ $h1_tags };
fails
Show quoted text
# Looks like you planned 3 tests but ran 1.
# Looks like your test exited with 255 just after 1.
# Looks like your test exited with 255 just after 1.
The code:
Show quoted text
# Let's try out the ArrayList auto-convert
my $h1_tags = $agent->getElementsByTagName('h1');my @x = @{ $h1_tags };
fails