aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Pa
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Pa')
-rw-r--r--regress/mdoc/Pa/Makefile1
-rw-r--r--regress/mdoc/Pa/punct.in5
-rw-r--r--regress/mdoc/Pa/punct.out_ascii4
-rw-r--r--regress/mdoc/Pa/punct.out_lint1
-rw-r--r--regress/mdoc/Pa/punct.out_markdown5
5 files changed, 13 insertions, 3 deletions
diff --git a/regress/mdoc/Pa/Makefile b/regress/mdoc/Pa/Makefile
index 5f939fd3..d94cd735 100644
--- a/regress/mdoc/Pa/Makefile
+++ b/regress/mdoc/Pa/Makefile
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2014/08/21 12:56:24 schwarze Exp $
REGRESS_TARGETS = font punct
+LINT_TARGETS = punct
# XXX The FILES target doesn't currently work.
diff --git a/regress/mdoc/Pa/punct.in b/regress/mdoc/Pa/punct.in
index c243d742..36dac9e5 100644
--- a/regress/mdoc/Pa/punct.in
+++ b/regress/mdoc/Pa/punct.in
@@ -1,4 +1,4 @@
-.Dd August 21, 2014
+.Dd June 9, 2017
.Dt PA-PUNCT 1
.Os OpenBSD
.Sh NAME
@@ -40,3 +40,6 @@ op bracket
.Pp
quoted punctuation:
.Pa a "(" b "|" c ")" d "," "Sy" bold .
+.Pp
+missing blank:
+.Pa a.
diff --git a/regress/mdoc/Pa/punct.out_ascii b/regress/mdoc/Pa/punct.out_ascii
index ee2a7ed6..6dabc348 100644
--- a/regress/mdoc/Pa/punct.out_ascii
+++ b/regress/mdoc/Pa/punct.out_ascii
@@ -10,4 +10,6 @@ DDEESSCCRRIIPPTTIIOONN
quoted punctuation: _a (_b | _c) _d, bboolldd.
-OpenBSD August 21, 2014 OpenBSD
+ missing blank: _a_.
+
+OpenBSD June 9, 2017 OpenBSD
diff --git a/regress/mdoc/Pa/punct.out_lint b/regress/mdoc/Pa/punct.out_lint
new file mode 100644
index 00000000..5c50094f
--- /dev/null
+++ b/regress/mdoc/Pa/punct.out_lint
@@ -0,0 +1 @@
+mandoc: punct.in:45:6: STYLE: no blank before trailing delimiter: Pa a.
diff --git a/regress/mdoc/Pa/punct.out_markdown b/regress/mdoc/Pa/punct.out_markdown
index 3730d724..6c6883a6 100644
--- a/regress/mdoc/Pa/punct.out_markdown
+++ b/regress/mdoc/Pa/punct.out_markdown
@@ -42,4 +42,7 @@ op bracket
quoted punctuation:
*a* (*b* | *c*) *d*, **bold**.
-OpenBSD - August 21, 2014
+missing blank:
+*a.*
+
+OpenBSD - June 9, 2017