From c95404e2e1a9ff5e187d4df29a6a91cf7b34c1c5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 24 Nov 2023 05:06:56 +0000 Subject: Additional tests of automatic tagging involving different kinds of hyphens after tag.c rev. 1.38. --- regress/man/IP/tag.in | 10 ++++++++-- regress/man/IP/tag.out_ascii | 10 +++++++++- regress/man/IP/tag.out_html | 6 ++++++ regress/man/IP/tag.out_tag | 3 +++ 4 files changed, 26 insertions(+), 3 deletions(-) (limited to 'regress/man/IP') diff --git a/regress/man/IP/tag.in b/regress/man/IP/tag.in index 038fa969..b94d5582 100644 --- a/regress/man/IP/tag.in +++ b/regress/man/IP/tag.in @@ -1,5 +1,5 @@ -.\" $OpenBSD: tag.in,v 1.1 2020/03/13 00:31:05 schwarze Exp $ -.TH IP-TAG 1 "March 10, 2020" +.\" $OpenBSD: tag.in,v 1.2 2023/11/24 04:53:39 schwarze Exp $ +.TH IP-TAG 1 "November 24, 2023" .SH NAME IP-tag \- automatic tagging of indented blocks .SH DESCRIPTION @@ -12,6 +12,12 @@ text text .IP "\&\fI \-weak\fP" text +.IP "hyphen-minus" +text +.IP "minus\-sign" +text +.IP "\-strong" +text .IP " strong" text .PP diff --git a/regress/man/IP/tag.out_ascii b/regress/man/IP/tag.out_ascii index 26c9532c..c3d58bdf 100644 --- a/regress/man/IP/tag.out_ascii +++ b/regress/man/IP/tag.out_ascii @@ -12,8 +12,16 @@ DDEESSCCRRIIPPTTIIOONN _-_w_e_a_k text + hyphen-minus + text + + minus-sign + text + + -strong text + strong text ENDTEST -OpenBSD March 10, 2020 IP-TAG(1) +OpenBSD November 24, 2023 IP-TAG(1) diff --git a/regress/man/IP/tag.out_html b/regress/man/IP/tag.out_html index 4d25b12b..71484198 100644 --- a/regress/man/IP/tag.out_html +++ b/regress/man/IP/tag.out_html @@ -5,6 +5,12 @@
text
text
+
+
text
+
+
text
+
+
text
strong
text
diff --git a/regress/man/IP/tag.out_tag b/regress/man/IP/tag.out_tag index 881468ea..b8058430 100644 --- a/regress/man/IP/tag.out_tag +++ b/regress/man/IP/tag.out_tag @@ -2,3 +2,6 @@ NAME tag.mandoc_ascii 3 DESCRIPTION tag.mandoc_ascii 6 strong tag.mandoc_ascii 11 weak tag.mandoc_ascii 13 +hyphen-minus tag.mandoc_ascii 15 +minus-sign tag.mandoc_ascii 18 +strong tag.mandoc_ascii 21 -- cgit