Skip to content

Commit

Permalink
Allow newline at end of extracted SVG code
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 2, 2018
1 parent a48befd commit aaf5fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/pod-htmlify.t
Expand Up @@ -67,7 +67,7 @@ subtest {
</svg>
EOF
my $svg = svg-for-file($filename);
is($svg, $expected-svg.chomp, "SVG content extracted correctly");
is($svg, $expected-svg, "SVG content extracted correctly");
}, "svg-for-file";

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit aaf5fd8

Please sign in to comment.