Fix test following change #25181
authorSteve Hay <SteveHay@planit.com>
Tue, 19 Jul 2005 13:25:42 +0000 (13:25 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 19 Jul 2005 13:25:42 +0000 (13:25 +0000)
p4raw-link: @25181 on //depot/perl: 945ffa4f5b4934f08041070c2899013a3af4e644

p4raw-id: //depot/perl@25186

lib/Pod/t/htmlview.t

index 739d300..ea642ee 100644 (file)
@@ -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>