summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-07-19 13:25:42 +0000
committerSteve Hay <SteveHay@planit.com>2005-07-19 13:25:42 +0000
commit4e3bc6ae6a0630a65b9a3f0043bebeeaa828d763 (patch)
treea76154e81e36837afc98692f9acf4a026db46e08
parent3609ea0df8ff1318cd5f51cdbcd9bcd6c2a3fce2 (diff)
downloadperl-4e3bc6ae6a0630a65b9a3f0043bebeeaa828d763.tar.gz
Fix test following change #25181
p4raw-link: @25181 on //depot/perl: 945ffa4f5b4934f08041070c2899013a3af4e644 p4raw-id: //depot/perl@25186
-rw-r--r--lib/Pod/t/htmlview.t79
1 files changed, 41 insertions, 38 deletions
diff --git a/lib/Pod/t/htmlview.t b/lib/Pod/t/htmlview.t
index 739d3003fb..ea642ee570 100644
--- a/lib/Pod/t/htmlview.t
+++ b/lib/Pod/t/htmlview.t
@@ -80,66 +80,69 @@ other <strong>cool </strong></em>&gt; stuff &gt;&gt;</p>
<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 />
-</dt>
+<dt><strong><a name="item_foo">foo</a></strong>
+
<dd>
-The foo item.
+<p>The foo item.</p>
</dd>
-<p></p>
-<dt><strong><a name="item_bar">bar</a></strong><br />
-</dt>
+</li>
+<dt><strong><a name="item_bar">bar</a></strong>
+
<dd>
-The bar item.
+<p>The bar item.</p>
</dd>
<p>This is a list within a list</p>
<ul>
-<li></li>
-The wiz item.
-<p></p>
-<li></li>
-The waz item.
-<p></p></ul>
-<dt><strong><a name="item_baz">baz</a></strong><br />
-</dt>
+<li>
+<p>The wiz item.</p>
+</li>
+<li>
+<p>The waz item.</p>
+</li>
+</ul>
+<dt><strong><a name="item_baz">baz</a></strong>
+
<dd>
-The baz item.
+<p>The baz item.</p>
</dd>
-<p></p></dl>
+</li>
+</dl>
<p>Title on the same line as the =item + * bullets</p>
<ul>
-<li><strong><a name="item_black_cat"><code>Black</code> Cat</a></strong><br />
-</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>
+<li><strong><a name="item_black_cat"><code>Black</code> Cat</a></strong>
+
+<li><strong><a name="item_sat_on_the">Sat <em>on</em>&nbsp;the</a></strong>
+
+<li><strong><a name="item_mat_3c_21_3e">Mat&lt;!&gt;</a></strong>
+
</ul>
<p>Title on the same line as the =item + numerical bullets</p>
<ol>
-<li><strong><a name="item_cat">Cat</a></strong><br />
-</li>
-<li><strong><a name="item_sat">Sat</a></strong><br />
-</li>
-<li><strong><a name="item_mat">Mat</a></strong><br />
-</li>
+<li><strong><a name="item_cat">Cat</a></strong>
+
+<li><strong><a name="item_sat">Sat</a></strong>
+
+<li><strong><a name="item_mat">Mat</a></strong>
+
</ol>
<p>No bullets, no title</p>
<dl>
-<dt></dt>
+<dt>
<dd>
-Cat
+<p>Cat</p>
</dd>
-<p></p>
-<dt></dt>
+</li>
+<dt>
<dd>
-Sat
+<p>Sat</p>
</dd>
-<p></p>
-<dt></dt>
+</li>
+<dt>
<dd>
-Mat
+<p>Mat</p>
</dd>
-<p></p></dl>
+</li>
+</dl>
<p>
</p>
<h2><a name="old__"><code>old()</code></a></h2>