From: Vincent Pit Date: Fri, 23 Aug 2013 14:03:24 +0000 (-0300) Subject: Remove trailing whitespace X-Git-Tag: v0.12~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=1ac407aa9c275e3c96bf44d9153099be6447ecb1 Remove trailing whitespace --- 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 diff --git a/t/40-scope.t b/t/40-scope.t index 2e2afb8..6b8361a 100644 --- a/t/40-scope.t +++ b/t/40-scope.t @@ -34,7 +34,7 @@ our $blurp; { local $blurp; - eval 'no autovivification; use autovivification::TestRequired2; $blurp->{a}'; + eval 'no autovivification; use autovivification::TestRequired2; $blurp->{a}'; is $@, '', 'second require test doesn\'t croak prematurely'; my $expect; $expect = { r1_main => { }, r1_eval => { } };