Skip to content

Commit 32c523c

Browse files
committed
Accommodate to Pod-Simple-3.47
Update our expected pod2html output to reflect changes in Pod-Simple being synched into Perl 5 core subsequent to v5.43.0 tag.
1 parent dd3f48f commit 32c523c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ext/Pod-Html/t/htmlview.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ my $module = My::Module-&gt;new();</code></pre>
107107
108108
<p>The bar item.</p>
109109
110-
<ul>
110+
<blockquote>
111111
112112
<p>This is a list within a list</p>
113113
@@ -119,7 +119,7 @@ my $module = My::Module-&gt;new();</code></pre>
119119
120120
<p>The waz item.</p>
121121
122-
</ul>
122+
</blockquote>
123123
124124
</dd>
125125
<dt id="baz">baz</dt>

ext/Pod-Html/t/poderr.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ __DATA__
5555
5656
<p>Test POD ERROR section</p>
5757
58-
<ul>
58+
<blockquote>
5959
6060
<p>This text is not allowed</p>
6161
@@ -67,7 +67,7 @@ __DATA__
6767
6868
<p>The waz item.</p>
6969
70-
</ul>
70+
</blockquote>
7171
7272
<h1 id="POD-ERRORS">POD ERRORS</h1>
7373

ext/Pod-Html/t/podnoerr.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ __DATA__
5555
5656
<p>Test POD ERROR section</p>
5757
58-
<ul>
58+
<blockquote>
5959
6060
<p>This text is not allowed</p>
6161
@@ -67,7 +67,7 @@ __DATA__
6767
6868
<p>The waz item.</p>
6969
70-
</ul>
70+
</blockquote>
7171
7272
7373
</body>

0 commit comments

Comments
 (0)