summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-04-02 19:24:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-04-02 19:24:47 +0000
commit53bf329c4a7cae809d0c4c820f4ecdeb18754f17 (patch)
tree05dd4d334b71b664525af871507eedfe5a451f2c /lib
parent776d31feeb0161f4118b833a7b36f8270236bd3b (diff)
downloadperl-53bf329c4a7cae809d0c4c820f4ecdeb18754f17.tar.gz
Adjust test for the recent change (#19136) to Pod::Html
p4raw-id: //depot/perl@19137
Diffstat (limited to 'lib')
-rw-r--r--lib/Pod/t/htmlview.t14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/Pod/t/htmlview.t b/lib/Pod/t/htmlview.t
index 689f6d5039..9d82a87709 100644
--- a/lib/Pod/t/htmlview.t
+++ b/lib/Pod/t/htmlview.t
@@ -32,11 +32,11 @@ __DATA__
<li><a href="#name">NAME</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
- <li><a href="#methods_=>_other_stuff">METHODS =&gt; OTHER STUFF</a></li>
+ <li><a href="#methods____other_stuff">METHODS =&gt; OTHER STUFF</a></li>
<ul>
- <li><a href="#new()"><code>new()</code></a></li>
- <li><a href="#old()"><code>old()</code></a></li>
+ <li><a href="#new__"><code>new()</code></a></li>
+ <li><a href="#old__"><code>old()</code></a></li>
</ul>
<li><a href="#testing_for_and_begin">TESTING FOR AND BEGIN</a></li>
@@ -75,11 +75,11 @@ other <strong>cool </strong></em>&gt; stuff &gt;&gt;</p>
<p>
</p>
<hr />
-<h1><a name="methods_=>_other_stuff">METHODS =&gt; OTHER STUFF</a></h1>
+<h1><a name="methods____other_stuff">METHODS =&gt; OTHER STUFF</a></h1>
<p>Here is a list of methods</p>
<p>
</p>
-<h2><a name="new()"><code>new()</code></a></h2>
+<h2><a name="new__"><code>new()</code></a></h2>
<p>Constructor method. Accepts the following config options:</p>
<dl>
<dt><strong><a name="item_foo">foo</a></strong><br />
@@ -113,7 +113,7 @@ The baz item.
</li>
<li><strong><a name="item_sat_on_the">Sat <em>on</em>&nbsp;the</a></strong><br />
</li>
-<li><strong><a name="item_mat%3c%21%3e">Mat&lt;!&gt;</a></strong><br />
+<li><strong><a name="item_mat_3c_21_3e">Mat&lt;!&gt;</a></strong><br />
</li>
</ul>
<p>Title on the same line as the =item + numerical bullets</p>
@@ -144,7 +144,7 @@ Mat
<p></p></dl>
<p>
</p>
-<h2><a name="old()"><code>old()</code></a></h2>
+<h2><a name="old__"><code>old()</code></a></h2>
<p>Destructor method</p>
<p>
</p>