aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Oo
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-02-06 16:29:57 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-02-06 16:29:57 +0000
commitffb5a0b2e4f4bb037b6af7391115d614db2d9181 (patch)
tree26447ccce99275918cad50a3ea1a14048a416a82 /regress/mdoc/Oo
parent886ae5c2d18775608683ff2241fb58ed9dbcbcf7 (diff)
downloadmandoc-ffb5a0b2e4f4bb037b6af7391115d614db2d9181.tar.gz
mandoc-ffb5a0b2e4f4bb037b6af7391115d614db2d9181.tar.zst
mandoc-ffb5a0b2e4f4bb037b6af7391115d614db2d9181.zip
Delete the "no blank before trailing delimiter" check from the
partial explicit macros. Leah Neukirchen <leah at vuxu dot org> rightfully points out that the check makes no sense for these macros.
Diffstat (limited to 'regress/mdoc/Oo')
-rw-r--r--regress/mdoc/Oo/Makefile1
-rw-r--r--regress/mdoc/Oo/punct.in6
-rw-r--r--regress/mdoc/Oo/punct.out_ascii2
-rw-r--r--regress/mdoc/Oo/punct.out_lint1
-rw-r--r--regress/mdoc/Oo/punct.out_markdown3
5 files changed, 1 insertions, 12 deletions
diff --git a/regress/mdoc/Oo/Makefile b/regress/mdoc/Oo/Makefile
index e98c9475..67bf2449 100644
--- a/regress/mdoc/Oo/Makefile
+++ b/regress/mdoc/Oo/Makefile
@@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.1 2012/07/07 14:10:55 schwarze Exp $
REGRESS_TARGETS = punct
-LINT_TARGETS = punct
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Oo/punct.in b/regress/mdoc/Oo/punct.in
index 59fd328a..8348226a 100644
--- a/regress/mdoc/Oo/punct.in
+++ b/regress/mdoc/Oo/punct.in
@@ -1,5 +1,5 @@
.\" $OpenBSD: punct.in,v 1.4 2017/07/04 14:53:26 schwarze Exp $
-.Dd $Mdocdate: July 4 2017 $
+.Dd $Mdocdate: February 6 2018 $
.Dt OO-PUNCT 1
.Os
.Sh NAME
@@ -22,7 +22,3 @@ at the end:
.Oo Oo a (
.Oc |
.Oc
-.Pp
-missing blank:
-.Oo a.
-.Oc
diff --git a/regress/mdoc/Oo/punct.out_ascii b/regress/mdoc/Oo/punct.out_ascii
index 6c4fbfa3..91415a89 100644
--- a/regress/mdoc/Oo/punct.out_ascii
+++ b/regress/mdoc/Oo/punct.out_ascii
@@ -10,6 +10,4 @@ DDEESSCCRRIIPPTTIIOONN
at the end: [[a (] |]
- missing blank: [a.]
-
OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/mdoc/Oo/punct.out_lint b/regress/mdoc/Oo/punct.out_lint
deleted file mode 100644
index 9f9beaae..00000000
--- a/regress/mdoc/Oo/punct.out_lint
+++ /dev/null
@@ -1 +0,0 @@
-mandoc: punct.in:27:6: STYLE: no blank before trailing delimiter: Oo a.
diff --git a/regress/mdoc/Oo/punct.out_markdown b/regress/mdoc/Oo/punct.out_markdown
index 5ad93965..8c530fa8 100644
--- a/regress/mdoc/Oo/punct.out_markdown
+++ b/regress/mdoc/Oo/punct.out_markdown
@@ -20,7 +20,4 @@ at the end:
\[\[a (]
|]
-missing blank:
-\[a.]
-
OpenBSD - July 4, 2017