X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/20f82676dae2202e0976be46e7b4ae6f5671f0e2..43fe08367a10211b912991159b5d14031e223323:/t/TEST diff --git a/t/TEST b/t/TEST index 88e40fd..15c6da9 100755 --- a/t/TEST +++ b/t/TEST @@ -410,13 +410,13 @@ EOT my $seen_ok = 0; my $trailing_leader = 0; my $max; + my %todo; while () { next if /^\s*$/; # skip blank lines if ($::verbose) { print $_; } unless (/^\#/) { - my %todo; if ($trailing_leader) { # shouldn't be anything following a postfix 1..n $failure = 'extra output after trailing 1..n';