Skip to content

Commit

Permalink
fix test count in xhtml01.t
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg authored and khwilliamson committed Feb 3, 2024
1 parent bbf88e3 commit 35793d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/xhtml01.t
@@ -1,7 +1,7 @@
# t/xhtml01.t - check basic output from Pod::Simple::XHTML
use strict;
use warnings;
use Test::More tests => 65;
use Test::More tests => 66;

use_ok('Pod::Simple::XHTML') or exit;

Expand Down

0 comments on commit 35793d2

Please sign in to comment.