diff options
Diffstat (limited to 'lib/Pod/t/htmlview.t')
-rw-r--r-- | lib/Pod/t/htmlview.t | 2 |
1 files changed, 2 insertions, 0 deletions
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 <a href="<a href="http://perl.org">http://perl.org</a>"> Perl </a></pre> <p> </p> <hr /> |