Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdotorg committed Oct 22, 2017
1 parent 9733ab0 commit f99f6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/basic.t
Expand Up @@ -205,7 +205,7 @@ my $plerd = Plerd->new(

$plerd->publish_all;
like ( Path::Class::File->new( $docroot_dir, 'recent.html' )->slurp,
qr{http://www.example.com/blog/2017-10-21-metatags.html},
qr{http://www.example.com/blog/1999-01-02-unicode.html},
'Base URIs missing trailing slashes work',
);

Expand Down

0 comments on commit f99f6d9

Please sign in to comment.