Skip to content

Commit 3d6c595

Browse files
authored
Merge pull request #54 from finanalyst/master
Modify tests
2 parents 38cec4f + 7f76492 commit 3d6c595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/070-headings.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plan 3;
1818
1919
=head2 Heading 2.2
2020
21-
=head2 <a href="/routine/message#class_Exception">(Exception) method message</a>
21+
=head2 L<(Exception) method message|/routine/message#class_Exception>
2222
2323
=head3 Heading 2.2.1
2424

t/075-defn.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ say $=pod[0].perl;
2828

2929
my $html = pod2html($=pod[0]);
3030

31-
say $html;
31+
#say $html;
3232
ok $html ~~ ms[[
3333
'<dl>'
3434
'<dt>MAD</dt>'

0 commit comments

Comments
 (0)