X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-hash.t;h=a3768397c97d2c1cacf41543d5837c74dfef3373;hb=455d083e91062cc7e742f828db98303bc83bbc3b;hp=70e0ab956ac0ada483255c82d27ee4e7318002e9;hpb=6b897414257c5dc3056ed7b36b8e47b54dff5d41;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/20-hash.t b/t/20-hash.t index 70e0ab9..a376839 100644 --- a/t/20-hash.t +++ b/t/20-hash.t @@ -3,9 +3,9 @@ use strict; use warnings; -use Test::More tests => 9 * 3 * 302; - use lib 't/lib'; +use Test::Leaner tests => 9 * 3 * 302; + use autovivification::TestCases; while () { @@ -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