Skip to content

Commit

Permalink
dumper.t: Turning on Deparse changes output to be expected
Browse files Browse the repository at this point in the history
For:  #317
  • Loading branch information
jkeenan committed Dec 18, 2020
1 parent 6907dc0 commit b2bf224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/Data-Dumper/t/dumper.t
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ TEST q(Data::Dumper->new([[$c, $d]])->Dumpxs;), "more sortkeys sub (XS)"
$WANT = <<'EOT';
#$VAR1 = {
# foo => sub {
# use warnings;
# use strict;
# print 'foo';
# }
Expand Down

0 comments on commit b2bf224

Please sign in to comment.