From: DH Date: Mon, 26 Aug 2002 01:36:27 +0000 (-0700) Subject: new test for change #17773 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd9c2b4e96008c6ff95ba47e81d068a5615dfccc;p=p5sagit%2Fp5-mst-13.2.git new test for change #17773 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch) Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com> p4raw-link: @17773 on //depot/perl: 69e2f04480336aed2ad842f2b92ce366bcd2e9e1 p4raw-id: //depot/perl@17782 --- diff --git a/lib/Pod/t/htmlview.pod b/lib/Pod/t/htmlview.pod index 62ac71c..3ac3789 100644 --- a/lib/Pod/t/htmlview.pod +++ b/lib/Pod/t/htmlview.pod @@ -135,6 +135,8 @@ This is an href link2: http://example.com/foo/bar.html This is an email link: mailto:foo@bar.com + This is a link in a verbatim block Perl + =head1 SEE ALSO See also L, the L and L diff --git a/lib/Pod/t/htmlview.t b/lib/Pod/t/htmlview.t index a36b58a..689f6d5 100644 --- a/lib/Pod/t/htmlview.t +++ b/lib/Pod/t/htmlview.t @@ -163,6 +163,8 @@ HTML

This is an href link1: http://example.com

This is an href link2: http://example.com/foo/bar.html

This is an email link: mailto:foo@bar.com

+
+    This is a link in a verbatim block <a href="http://perl.org"> Perl </a>