Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
footer-html now takes a path to the pod file.
  • Loading branch information
timo committed Mar 31, 2015
1 parent 479d63b commit 60aff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/pod-htmlify.t
Expand Up @@ -32,7 +32,7 @@ subtest {

subtest {
plan 1;
isnt(footer-html(), "", "footer text isn't empty");
isnt(footer-html("/home/camelia/this_text.pod"), "", "footer text isn't empty");
}, "footer-html";

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit 60aff10

Please sign in to comment.