summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDH <crazyinsomniac@yahoo.com>2002-08-25 18:36:27 -0700
committerhv <hv@crypt.org>2002-08-26 15:00:55 +0000
commitcd9c2b4e96008c6ff95ba47e81d068a5615dfccc (patch)
tree650205c8004eedc76f7e2cc23fc21b270c241bff /lib
parent1b6e066887bd14a26bc2e378007ac692eb28631b (diff)
downloadperl-cd9c2b4e96008c6ff95ba47e81d068a5615dfccc.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Pod/t/htmlview.pod2
-rw-r--r--lib/Pod/t/htmlview.t2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/Pod/t/htmlview.pod b/lib/Pod/t/htmlview.pod
index 62ac71ced4..3ac378987e 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 <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>
diff --git a/lib/Pod/t/htmlview.t b/lib/Pod/t/htmlview.t
index a36b58aee3..689f6d5039 100644
--- a/lib/Pod/t/htmlview.t
+++ b/lib/Pod/t/htmlview.t
@@ -163,6 +163,8 @@ HTML
<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:foo@bar.com">mailto:foo@bar.com</a></p>
+<pre>
+ This is a link in a verbatim block &lt;a href=&quot;<a href="http://perl.org">http://perl.org</a>&quot;&gt; Perl &lt;/a&gt;</pre>
<p>
</p>
<hr />