From 735c1e543343b638b339077b91a5874260cdf14b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 2 Apr 2020 15:04:36 +0000 Subject: Copy tagged strings before marking hyphens as breakable. For example, this makes ":tCo-processes" work in ksh(1). --- regress/mdoc/Em/tag.in | 6 +++--- regress/mdoc/Em/tag.out_ascii | 5 +++-- regress/mdoc/Em/tag.out_html | 2 +- regress/mdoc/Em/tag.out_markdown | 4 ++-- regress/mdoc/Em/tag.out_tag | 6 +++--- regress/mdoc/Sh/tag.in | 6 ++++-- regress/mdoc/Sh/tag.out_ascii | 5 ++++- regress/mdoc/Sh/tag.out_html | 4 ++++ regress/mdoc/Sh/tag.out_lint | 4 ++-- regress/mdoc/Sh/tag.out_markdown | 6 +++++- regress/mdoc/Sh/tag.out_tag | 3 ++- regress/mdoc/Tg/warn.in | 6 +++--- regress/mdoc/Tg/warn.out_ascii | 2 +- regress/mdoc/Tg/warn.out_html | 2 +- regress/mdoc/Tg/warn.out_markdown | 2 +- regress/mdoc/Tg/warn.out_tag | 2 +- 16 files changed, 40 insertions(+), 25 deletions(-) (limited to 'regress/mdoc') diff --git a/regress/mdoc/Em/tag.in b/regress/mdoc/Em/tag.in index 70e6eb44..eb6ac085 100644 --- a/regress/mdoc/Em/tag.in +++ b/regress/mdoc/Em/tag.in @@ -1,5 +1,5 @@ -.\" $OpenBSD: tag.in,v 1.1 2020/03/13 00:31:05 schwarze Exp $ -.Dd $Mdocdate: March 13 2020 $ +.\" $OpenBSD: tag.in,v 1.2 2020/04/02 14:55:29 schwarze Exp $ +.Dd $Mdocdate: April 2 2020 $ .Dt EM-TAG 1 .Os .Sh NAME @@ -11,7 +11,7 @@ BEGINTEST .It Em one | two text .It Xo -.Em three +.Em three-with-hyphens .Xc text .El diff --git a/regress/mdoc/Em/tag.out_ascii b/regress/mdoc/Em/tag.out_ascii index 74f8212b..283c1120 100644 --- a/regress/mdoc/Em/tag.out_ascii +++ b/regress/mdoc/Em/tag.out_ascii @@ -9,9 +9,10 @@ DDEESSCCRRIIPPTTIIOONN _o_n_e | _t_w_o text - _t_h_r_e_e text + _t_h_r_e_e_-_w_i_t_h_-_h_y_p_h_e_n_s + text _f_o_u_r _o_n_e _f_i_v_e ENDTEST -OpenBSD March 13, 2020 OpenBSD +OpenBSD April 2, 2020 OpenBSD diff --git a/regress/mdoc/Em/tag.out_html b/regress/mdoc/Em/tag.out_html index 4046673f..225343ee 100644 --- a/regress/mdoc/Em/tag.out_html +++ b/regress/mdoc/Em/tag.out_html @@ -2,7 +2,7 @@
|
text
-
+
text
diff --git a/regress/mdoc/Em/tag.out_markdown b/regress/mdoc/Em/tag.out_markdown index 4c107159..c881c2d9 100644 --- a/regress/mdoc/Em/tag.out_markdown +++ b/regress/mdoc/Em/tag.out_markdown @@ -12,7 +12,7 @@ BEGINTEST > text -*three* +*three-with-hyphens* > text @@ -22,4 +22,4 @@ BEGINTEST ENDTEST -OpenBSD - March 13, 2020 +OpenBSD - April 2, 2020 diff --git a/regress/mdoc/Em/tag.out_tag b/regress/mdoc/Em/tag.out_tag index dd032f4f..965d3e47 100644 --- a/regress/mdoc/Em/tag.out_tag +++ b/regress/mdoc/Em/tag.out_tag @@ -2,6 +2,6 @@ NAME 3 DESCRIPTION 6 one 9 two 9 -three 12 -four 13 -explicit 13 +three-with-hyphens 12 +four 14 +explicit 14 diff --git a/regress/mdoc/Sh/tag.in b/regress/mdoc/Sh/tag.in index da8a884a..c44abbbf 100644 --- a/regress/mdoc/Sh/tag.in +++ b/regress/mdoc/Sh/tag.in @@ -1,5 +1,5 @@ -.\" $OpenBSD: tag.in,v 1.2 2020/04/01 20:10:18 schwarze Exp $ -.Dd $Mdocdate: April 1 2020 $ +.\" $OpenBSD: tag.in,v 1.3 2020/04/02 14:55:29 schwarze Exp $ +.Dd $Mdocdate: April 2 2020 $ .Dt SH-TAG 1 .Os .Sh NAME @@ -19,6 +19,8 @@ Text introducing examples. .Tg example .Ss Subsection Example text. +.Ss Sub-section +More example text. .Sh "\& WEIRD SECTION " Text in weird section. .Sh \ \& diff --git a/regress/mdoc/Sh/tag.out_ascii b/regress/mdoc/Sh/tag.out_ascii index 309cb559..8e6cce9d 100644 --- a/regress/mdoc/Sh/tag.out_ascii +++ b/regress/mdoc/Sh/tag.out_ascii @@ -20,6 +20,9 @@ EEXXAAMMPPLLEESS SSuubbsseeccttiioonn Example text. + SSuubb--sseeccttiioonn + More example text. + WWEEIIRRDD SSEECCTTIIOONN Text in weird section. @@ -28,4 +31,4 @@ EEXXAAMMPPLLEESS ENDTEST -OpenBSD April 1, 2020 OpenBSD +OpenBSD April 2, 2020 OpenBSD diff --git a/regress/mdoc/Sh/tag.out_html b/regress/mdoc/Sh/tag.out_html index 49c45fdb..d99c6d4d 100644 --- a/regress/mdoc/Sh/tag.out_html +++ b/regress/mdoc/Sh/tag.out_html @@ -12,6 +12,10 @@

Example text.

+
+

+

More example text.

+

too many badstart badend whitespace

diff --git a/regress/mdoc/Tg/warn.out_markdown b/regress/mdoc/Tg/warn.out_markdown index 87204424..ccc13bce 100644 --- a/regress/mdoc/Tg/warn.out_markdown +++ b/regress/mdoc/Tg/warn.out_markdown @@ -27,4 +27,4 @@ text ENDTEST -OpenBSD - March 13, 2020 +OpenBSD - April 2, 2020 diff --git a/regress/mdoc/Tg/warn.out_tag b/regress/mdoc/Tg/warn.out_tag index 6426c3b5..9009af0e 100644 --- a/regress/mdoc/Tg/warn.out_tag +++ b/regress/mdoc/Tg/warn.out_tag @@ -1,6 +1,6 @@ NAME 3 DESCRIPTION 6 -start 9 +start-tag 9 macro 9 sub 9 double 11 -- cgit v1.2.3-56-ge451