aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc
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/mdoc
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/mdoc')
-rw-r--r--regress/mdoc/Bd/nf.out_html4
-rw-r--r--regress/mdoc/Bd/paragraph.out_html2
-rw-r--r--regress/mdoc/Bf/paragraph.out_html2
-rw-r--r--regress/mdoc/D1/spacing.out_html2
-rw-r--r--regress/mdoc/Rs/paragraph.out_html10
-rw-r--r--regress/mdoc/Sh/paragraph.out_html4
6 files changed, 6 insertions, 18 deletions
diff --git a/regress/mdoc/Bd/nf.out_html b/regress/mdoc/Bd/nf.out_html
index 31642e07..394eb7ed 100644
--- a/regress/mdoc/Bd/nf.out_html
+++ b/regress/mdoc/Bd/nf.out_html
@@ -1,9 +1,8 @@
-BEGINTEST initial text
<pre>
after .nf
request
</pre>
-after .fi request
+<p class="Pp">after .fi request</p>
<div class="Bd Pp">
<pre>
in unfilled
@@ -19,4 +18,3 @@ in filled block
</div>
after end of filled block
<br/>
-ENDTEST
diff --git a/regress/mdoc/Bd/paragraph.out_html b/regress/mdoc/Bd/paragraph.out_html
index c2c6993e..bec13a88 100644
--- a/regress/mdoc/Bd/paragraph.out_html
+++ b/regress/mdoc/Bd/paragraph.out_html
@@ -1,4 +1,3 @@
-BEGINTEST initial text
<p class="Pp">normal paragraph</p>
<div class="Bd Pp">filled display
<p class="Pp">paragraph in display</p>
@@ -16,4 +15,3 @@ paragraph
</div>
again back to normal
<br/>
-ENDTEST
diff --git a/regress/mdoc/Bf/paragraph.out_html b/regress/mdoc/Bf/paragraph.out_html
index e86b979a..cd22d567 100644
--- a/regress/mdoc/Bf/paragraph.out_html
+++ b/regress/mdoc/Bf/paragraph.out_html
@@ -1,6 +1,4 @@
-BEGINTEST
<p class="Pp">normal text</p>
<div class="Bf Li">literal text
<p class="Pp">literal paragraph</p>
</div>
-ENDTEST
diff --git a/regress/mdoc/D1/spacing.out_html b/regress/mdoc/D1/spacing.out_html
index b1a1d4da..3db40161 100644
--- a/regress/mdoc/D1/spacing.out_html
+++ b/regress/mdoc/D1/spacing.out_html
@@ -1,8 +1,6 @@
-BEGINTEST
<p class="Pp">preceding paragraph</p>
<div class="Bd Bd-indent">spacing in and around one-line displays</div>
empty display:
<div class="Bd Bd-indent"></div>
following text
<br/>
-ENDTEST
diff --git a/regress/mdoc/Rs/paragraph.out_html b/regress/mdoc/Rs/paragraph.out_html
index 251d0d0c..ba5fb63a 100644
--- a/regress/mdoc/Rs/paragraph.out_html
+++ b/regress/mdoc/Rs/paragraph.out_html
@@ -1,18 +1,16 @@
-BEGINTEST
-<br/>
-initial reference: <cite class="Rs"><span class="RsA">author name</span>,
- <i class="RsB">book title</i>.</cite>
+ <br/>
+ initial reference: <cite class="Rs"><span class="RsA">author name</span>,
+ <i class="RsB">book title</i>.</cite></p>
<p class="Pp">in a paragraph: <cite class="Rs"><span class="RsA">another
author</span>, <i class="RsB">another book</i>.</cite></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
-initial reference:
+<p class="Pp">initial reference:</p>
<p class="Pp"><cite class="Rs"><span class="RsA">author name</span>,
<i class="RsB">book title</i>.</cite></p>
<p class="Pp">in a paragraph:</p>
<p class="Pp"><cite class="Rs"><span class="RsA">another author</span>,
<i class="RsB">another book</i>.</cite></p>
<pre>
-ENDTEST
diff --git a/regress/mdoc/Sh/paragraph.out_html b/regress/mdoc/Sh/paragraph.out_html
index 3b5154de..82ede5be 100644
--- a/regress/mdoc/Sh/paragraph.out_html
+++ b/regress/mdoc/Sh/paragraph.out_html
@@ -1,11 +1,9 @@
-BEGINTEST
<p class="Pp">descriptive text</p>
<section class="Ss">
<h2 class="Ss" id="Subsection"><a class="permalink" href="#Subsection">Subsection</a></h2>
-initial subsection text
+<p class="Pp">initial subsection text</p>
<p class="Pp">subsection paragraph</p>
</section>
</section>
<section class="Sh">
<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-ENDTEST