diff options
Diffstat (limited to 'regress/mdoc/Sy')
-rw-r--r-- | regress/mdoc/Sy/tag.in | 4 | ||||
-rw-r--r-- | regress/mdoc/Sy/tag.out_ascii | 5 | ||||
-rw-r--r-- | regress/mdoc/Sy/tag.out_html | 2 | ||||
-rw-r--r-- | regress/mdoc/Sy/tag.out_markdown | 4 | ||||
-rw-r--r-- | regress/mdoc/Sy/tag.out_tag | 6 |
5 files changed, 11 insertions, 10 deletions
diff --git a/regress/mdoc/Sy/tag.in b/regress/mdoc/Sy/tag.in index b2719093..73db53c9 100644 --- a/regress/mdoc/Sy/tag.in +++ b/regress/mdoc/Sy/tag.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: tag.in,v 1.1 2020/03/13 00:31:06 schwarze Exp $ +.\" $OpenBSD: tag.in,v 1.2 2023/11/24 04:53:39 schwarze Exp $ .Dd $Mdocdate$ .Dt SY-TAG 1 .Os @@ -11,7 +11,7 @@ BEGINTEST .It Sy one | two text .It Xo -.Sy three +.Sy three-with\-hyphens .Xc text .El diff --git a/regress/mdoc/Sy/tag.out_ascii b/regress/mdoc/Sy/tag.out_ascii index 3b89cb41..5a72c9e6 100644 --- a/regress/mdoc/Sy/tag.out_ascii +++ b/regress/mdoc/Sy/tag.out_ascii @@ -9,9 +9,10 @@ DDEESSCCRRIIPPTTIIOONN oonnee | ttwwoo text - tthhrreeee text + tthhrreeee--wwiitthh--hhyypphheennss + text ffoouurr oonnee ffiivvee ENDTEST -OpenBSD March 13, 2020 OpenBSD +OpenBSD November 24, 2023 OpenBSD diff --git a/regress/mdoc/Sy/tag.out_html b/regress/mdoc/Sy/tag.out_html index cca78319..69b2af7b 100644 --- a/regress/mdoc/Sy/tag.out_html +++ b/regress/mdoc/Sy/tag.out_html @@ -2,7 +2,7 @@ <dt id="one"><a class="permalink" href="#one"><b class="Sy">one</b></a> | <a class="permalink" href="#two"><b class="Sy" id="two">two</b></a></dt> <dd>text</dd> - <dt id="three"><a class="permalink" href="#three"><b class="Sy">three</b></a></dt> + <dt id="three-with-hyphens"><a class="permalink" href="#three-with-hyphens"><b class="Sy">three-with-hyphens</b></a></dt> <dd>text</dd> </dl> <a class="permalink" href="#four"><b class="Sy" id="four">four</b></a> diff --git a/regress/mdoc/Sy/tag.out_markdown b/regress/mdoc/Sy/tag.out_markdown index 5382a5e2..d4686eb7 100644 --- a/regress/mdoc/Sy/tag.out_markdown +++ b/regress/mdoc/Sy/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 - November 24, 2023 diff --git a/regress/mdoc/Sy/tag.out_tag b/regress/mdoc/Sy/tag.out_tag index 8c523f07..15fcdbc9 100644 --- a/regress/mdoc/Sy/tag.out_tag +++ b/regress/mdoc/Sy/tag.out_tag @@ -2,6 +2,6 @@ NAME tag.mandoc_ascii 3 DESCRIPTION tag.mandoc_ascii 6 one tag.mandoc_ascii 9 two tag.mandoc_ascii 9 -three tag.mandoc_ascii 12 -four tag.mandoc_ascii 13 -explicit tag.mandoc_ascii 13 +three-with-hyphens tag.mandoc_ascii 12 +four tag.mandoc_ascii 14 +explicit tag.mandoc_ascii 14 |