Change 17782 by [EMAIL PROTECTED] on 2002/08/26 15:00:55
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)
From: DH <[EMAIL PROTECTED]>
Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/lib/Pod/t/htmlview.pod#4 edit
.... //depot/perl/lib/Pod/t/htmlview.t#4 edit
Differences ...
==== //depot/perl/lib/Pod/t/htmlview.pod#4 (text) ====
Index: perl/lib/Pod/t/htmlview.pod
--- perl/lib/Pod/t/htmlview.pod#3~15393~ Thu Mar 21 09:36:06 2002
+++ perl/lib/Pod/t/htmlview.pod Mon Aug 26 08:00:55 2002
@@ -135,6 +135,8 @@
This is an email link: mailto:[EMAIL PROTECTED]
+ This is a link in a verbatim block <a href="http://perl.org"> Perl </a>
+
=head1 SEE ALSO
See also L<Test Page 2|htmlescp>, the L<Your::Module> and L<Their::Module>
==== //depot/perl/lib/Pod/t/htmlview.t#4 (text) ====
Index: perl/lib/Pod/t/htmlview.t
--- perl/lib/Pod/t/htmlview.t#3~15393~ Thu Mar 21 09:36:06 2002
+++ perl/lib/Pod/t/htmlview.t Mon Aug 26 08:00:55 2002
@@ -163,6 +163,8 @@
<p>This is an href link1: <a href="http://example.com">http://example.com</a></p>
<p>This is an href link2: <a
href="http://example.com/foo/bar.html">http://example.com/foo/bar.html</a></p>
<p>This is an email link: <a
href="mailto:mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a></p>
+<pre>
+ This is a link in a verbatim block <a href="<a
+href="http://perl.org">http://perl.org</a>"> Perl </a></pre>
<p>
</p>
<hr />
End of Patch.