X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=t%2F20-hash.t;h=a3768397c97d2c1cacf41543d5837c74dfef3373;hp=30618340caec981dbd0db104bc8abfa933e16243;hb=1ac407aa9c275e3c96bf44d9153099be6447ecb1;hpb=8140a099db6b1e60014ad468182815974e1a3650 diff --git a/t/20-hash.t b/t/20-hash.t index 3061834..a376839 100644 --- a/t/20-hash.t +++ b/t/20-hash.t @@ -18,7 +18,7 @@ __DATA__ --- fetch --- -$x # $x->{a} # '', undef, { } +$x # $x->{a} # '', undef, { } $x # $x->{a} # '', undef, undef # $x # $x->{a} # '', undef, undef # +fetch $x # $x->{a} # '', undef, { } # +exists