diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/man/IP/literal.out_html | 3 | ||||
-rw-r--r-- | regress/man/SH/paragraph.out_html | 4 | ||||
-rw-r--r-- | regress/man/SS/paragraph.out_html | 3 | ||||
-rw-r--r-- | regress/mdoc/Rs/paragraph.out_html | 2 | ||||
-rw-r--r-- | regress/mdoc/Sh/paragraph.out_html | 4 | ||||
-rw-r--r-- | regress/roff/ft/badargs.out_html | 2 |
6 files changed, 17 insertions, 1 deletions
diff --git a/regress/man/IP/literal.out_html b/regress/man/IP/literal.out_html index 844eb1dd..dce47df1 100644 --- a/regress/man/IP/literal.out_html +++ b/regress/man/IP/literal.out_html @@ -24,6 +24,7 @@ literal paragraph </pre> 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 @@ -42,6 +43,8 @@ text indented regular text</dd> </dl> <p class="Pp">new regular paragraph</p> +</section> +<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 diff --git a/regress/man/SH/paragraph.out_html b/regress/man/SH/paragraph.out_html index 49627f19..6423855a 100644 --- a/regress/man/SH/paragraph.out_html +++ b/regress/man/SH/paragraph.out_html @@ -1,6 +1,10 @@ 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 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 bc803f86..fa385635 100644 --- a/regress/man/SS/paragraph.out_html +++ b/regress/man/SS/paragraph.out_html @@ -1,8 +1,11 @@ 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 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/mdoc/Rs/paragraph.out_html b/regress/mdoc/Rs/paragraph.out_html index ab2575e5..251d0d0c 100644 --- a/regress/mdoc/Rs/paragraph.out_html +++ b/regress/mdoc/Rs/paragraph.out_html @@ -4,6 +4,8 @@ initial reference: <cite class="Rs"><span class="RsA">author name</span>, <i class="RsB">book title</i>.</cite> <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: diff --git a/regress/mdoc/Sh/paragraph.out_html b/regress/mdoc/Sh/paragraph.out_html index 7d4f0d40..3b5154de 100644 --- a/regress/mdoc/Sh/paragraph.out_html +++ b/regress/mdoc/Sh/paragraph.out_html @@ -1,7 +1,11 @@ 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">subsection paragraph</p> +</section> +</section> +<section class="Sh"> <h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> ENDTEST diff --git a/regress/roff/ft/badargs.out_html b/regress/roff/ft/badargs.out_html index 8b30ab05..5d98e988 100644 --- a/regress/roff/ft/badargs.out_html +++ b/regress/roff/ft/badargs.out_html @@ -6,4 +6,4 @@ default font <i></i><i>italic</i> <b><i></i></b><b><i>bold italic</i></b> <i></i> <i>italic</i> <b></b><b>bold</b> <b>still bold</b> <i></i><i>italic</i> <i></i><i>back to bold</i> <i></i><i>back to italic</i> <br/> -ENDTEST</div> +ENDTEST |