aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-09-03 18:19:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-09-03 18:19:37 +0000
commitb1ad91c5a16d5524b4b2b04aa37194c728a02d6e (patch)
tree9711668b2f3efa1f48b4bed4429161da98ab6699 /regress/man
parenta9524ea55fa21a87e61e362ccc35d0e376eabec2 (diff)
downloadmandoc-b1ad91c5a16d5524b4b2b04aa37194c728a02d6e.tar.gz
mandoc-b1ad91c5a16d5524b4b2b04aa37194c728a02d6e.tar.zst
mandoc-b1ad91c5a16d5524b4b2b04aa37194c728a02d6e.zip
adapt to new <p> output logic (html.c rev. 1.260)
Diffstat (limited to 'regress/man')
-rw-r--r--regress/man/HP/literal.out_html2
-rw-r--r--regress/man/IP/literal.out_html6
-rw-r--r--regress/man/RS/literal.out_html10
-rw-r--r--regress/man/RS/paragraph.out_html2
-rw-r--r--regress/man/SH/paragraph.out_html4
-rw-r--r--regress/man/SS/paragraph.out_html4
-rw-r--r--regress/man/SY/literal.out_html10
-rw-r--r--regress/man/TP/literal.out_html2
8 files changed, 12 insertions, 28 deletions
diff --git a/regress/man/HP/literal.out_html b/regress/man/HP/literal.out_html
index d40ee9a5..08fb26b9 100644
--- a/regress/man/HP/literal.out_html
+++ b/regress/man/HP/literal.out_html
@@ -1,4 +1,3 @@
-BEGINTEST before hanged paragraph
<p class="Pp HP">tag indented text</p>
<p class="Pp">regular paragraph</p>
<pre>
@@ -17,4 +16,3 @@ paragraph
</pre>
regular text
<br/>
-ENDTEST
diff --git a/regress/man/IP/literal.out_html b/regress/man/IP/literal.out_html
index dce47df1..b61fc843 100644
--- a/regress/man/IP/literal.out_html
+++ b/regress/man/IP/literal.out_html
@@ -1,4 +1,3 @@
-BEGINTEST before indentation
<dl class="Bl-tag">
<dt>tag</dt>
<dd>indented regular text</dd>
@@ -27,7 +26,7 @@ regular text
<section class="Ss">
<h2 class="Ss" id="literal_into_indented_paragraph"><a class="permalink" href="#literal_into_indented_paragraph">literal
into indented paragraph</a></h2>
-regular text
+<p class="Pp">regular text</p>
<pre>
literal
text
@@ -47,7 +46,7 @@ text
<section class="Ss">
<h2 class="Ss" id="literal_out_of_indented_paragraph"><a class="permalink" href="#literal_out_of_indented_paragraph">literal
out of indented paragraph</a></h2>
-regular text
+<p class="Pp">regular text</p>
<dl class="Bl-tag">
<dt>tag</dt>
<dd>indented regular text
@@ -65,4 +64,3 @@ paragraph
</pre>
regular text
<br/>
-ENDTEST
diff --git a/regress/man/RS/literal.out_html b/regress/man/RS/literal.out_html
index 9475f407..7bd5431b 100644
--- a/regress/man/RS/literal.out_html
+++ b/regress/man/RS/literal.out_html
@@ -1,6 +1,5 @@
-BEGINTEST
-<br/>
-initial regular text
+ <br/>
+ initial regular text</p>
<pre>
literal text
before display
@@ -15,6 +14,5 @@ This is a very long line that would wrap if it weren't in literal context.
literal text
after display
</pre>
-final regular text
-<br/>
-ENDTEST
+<p class="Pp">final regular text
+ <br/>
diff --git a/regress/man/RS/paragraph.out_html b/regress/man/RS/paragraph.out_html
index 8b518698..24bd7c5f 100644
--- a/regress/man/RS/paragraph.out_html
+++ b/regress/man/RS/paragraph.out_html
@@ -1,8 +1,6 @@
-BEGINTEST before paragraph
<p class="Pp">regular paragraph</p>
<div class="Bd-indent">indented paragraph
<p class="Pp">nested paragraph</p>
</div>
regular text after display
<br/>
-ENDTEST
diff --git a/regress/man/SH/paragraph.out_html b/regress/man/SH/paragraph.out_html
index 6423855a..abe932b4 100644
--- a/regress/man/SH/paragraph.out_html
+++ b/regress/man/SH/paragraph.out_html
@@ -1,10 +1,8 @@
-BEGINTEST
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-This text immediately follows a section header.
+<p class="Pp">This text immediately follows a section header.</p>
<p class="Pp">This is a paragraph.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-ENDTEST
diff --git a/regress/man/SS/paragraph.out_html b/regress/man/SS/paragraph.out_html
index fa385635..22591deb 100644
--- a/regress/man/SS/paragraph.out_html
+++ b/regress/man/SS/paragraph.out_html
@@ -1,11 +1,9 @@
-BEGINTEST
<section class="Ss">
<h2 class="Ss" id="First_subsection"><a class="permalink" href="#First_subsection">First
subsection</a></h2>
-This text immediately follows a subsection header.
+<p class="Pp">This text immediately follows a subsection header.</p>
<p class="Pp">This is a paragraph.</p>
</section>
<section class="Ss">
<h2 class="Ss" id="Second_subsection"><a class="permalink" href="#Second_subsection">Second
subsection</a></h2>
-ENDTEST
diff --git a/regress/man/SY/literal.out_html b/regress/man/SY/literal.out_html
index 5daf74ef..9b3e8486 100644
--- a/regress/man/SY/literal.out_html
+++ b/regress/man/SY/literal.out_html
@@ -1,6 +1,5 @@
-BEGINTEST
-<br/>
-initial regular text
+ <br/>
+ initial regular text</p>
<table class="Nm">
<tr>
<td><code class="Nm">command</code></td>
@@ -26,6 +25,5 @@ before display
literal text
after display
</pre>
-final regular text
-<br/>
-ENDTEST
+<p class="Pp">final regular text
+ <br/>
diff --git a/regress/man/TP/literal.out_html b/regress/man/TP/literal.out_html
index 14bfb834..7f5b1c1f 100644
--- a/regress/man/TP/literal.out_html
+++ b/regress/man/TP/literal.out_html
@@ -1,4 +1,3 @@
-BEGINTEST before indentation
<dl class="Bl-tag">
<dt>tag</dt>
<dd>regular indented text</dd>
@@ -24,4 +23,3 @@ paragraph
</pre>
regular text
<br/>
-ENDTEST