Skip to content

Commit

Permalink
Fix glob test
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jul 9, 2020
1 parent 113be02 commit 2a68322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/54.glob.t
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ subtest valid => sub {
my $dump = $yp->dump_string($data);
if ($key =~ m/io/) {
$dump =~ s/^ [a-z]+: \S+\n//mg;
$dump =~ s/^ tell: [0-9]+\n//m;
$dump =~ s/^ tell: \S+\n//m;
$dump =~ s/stat:$/stat: \{\}/m;
}
is($dump, $input, "$key - $name - Dump equals input");
Expand Down

0 comments on commit 2a68322

Please sign in to comment.