X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-hash.t;h=a3768397c97d2c1cacf41543d5837c74dfef3373;hb=1ac407aa9c275e3c96bf44d9153099be6447ecb1;hp=30618340caec981dbd0db104bc8abfa933e16243;hpb=760c8c9263073765503779fdf9e92ecf435a6339;p=perl%2Fmodules%2Fautovivification.git 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