summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Brq
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Brq')
-rw-r--r--regress/usr.bin/mandoc/mdoc/Brq/Makefile3
-rw-r--r--regress/usr.bin/mandoc/mdoc/Brq/empty.in6
-rw-r--r--regress/usr.bin/mandoc/mdoc/Brq/empty.out_ascii4
-rw-r--r--regress/usr.bin/mandoc/mdoc/Brq/empty.out_lint2
-rw-r--r--regress/usr.bin/mandoc/mdoc/Brq/empty.out_markdown6
5 files changed, 12 insertions, 9 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Brq/Makefile b/regress/usr.bin/mandoc/mdoc/Brq/Makefile
index 6901b17ce4e..d6cfc10649c 100644
--- a/regress/usr.bin/mandoc/mdoc/Brq/Makefile
+++ b/regress/usr.bin/mandoc/mdoc/Brq/Makefile
@@ -1,5 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2017/03/08 22:53:35 schwarze Exp $
+# $OpenBSD: Makefile,v 1.4 2017/06/10 01:48:31 schwarze Exp $
REGRESS_TARGETS = empty
+LINT_TARGETS = empty
.include <bsd.regress.mk>
diff --git a/regress/usr.bin/mandoc/mdoc/Brq/empty.in b/regress/usr.bin/mandoc/mdoc/Brq/empty.in
index 5d3174746fb..4677820d9bb 100644
--- a/regress/usr.bin/mandoc/mdoc/Brq/empty.in
+++ b/regress/usr.bin/mandoc/mdoc/Brq/empty.in
@@ -1,4 +1,4 @@
-.Dd October 21, 2010
+.Dd June 9, 2017
.Dt BRQ-EMPTY 1
.Os OpenBSD
.Sh NAME
@@ -8,7 +8,7 @@
An empty
.Brq
and a full
-.Brq "(" user@host
+.Brq "(" user@host)
quotation.
And another
-.Bro "(" full Brc one "Sy" bold .
+.Bro "(" full) Brc one "Sy" bold .
diff --git a/regress/usr.bin/mandoc/mdoc/Brq/empty.out_ascii b/regress/usr.bin/mandoc/mdoc/Brq/empty.out_ascii
index 9d638d0cc2c..31cdd9e1850 100644
--- a/regress/usr.bin/mandoc/mdoc/Brq/empty.out_ascii
+++ b/regress/usr.bin/mandoc/mdoc/Brq/empty.out_ascii
@@ -4,7 +4,7 @@ NNAAMMEE
BBrrqq--eemmppttyy - empty implicit enclosure macros
DDEESSCCRRIIPPTTIIOONN
- An empty {} and a full ({user@host} quotation. And another ({full} one
+ An empty {} and a full ({user@host)} quotation. And another ({full)} one
bboolldd.
-OpenBSD October 21, 2010 OpenBSD
+OpenBSD June 9, 2017 OpenBSD
diff --git a/regress/usr.bin/mandoc/mdoc/Brq/empty.out_lint b/regress/usr.bin/mandoc/mdoc/Brq/empty.out_lint
new file mode 100644
index 00000000000..15ca12f6bcd
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/Brq/empty.out_lint
@@ -0,0 +1,2 @@
+mandoc: empty.in:11:19: STYLE: no blank before trailing delimiter: Brq user@host)
+mandoc: empty.in:14:14: STYLE: no blank before trailing delimiter: Bro full)
diff --git a/regress/usr.bin/mandoc/mdoc/Brq/empty.out_markdown b/regress/usr.bin/mandoc/mdoc/Brq/empty.out_markdown
index a335a57c61b..82b1dd7e3fe 100644
--- a/regress/usr.bin/mandoc/mdoc/Brq/empty.out_markdown
+++ b/regress/usr.bin/mandoc/mdoc/Brq/empty.out_markdown
@@ -9,9 +9,9 @@ BRQ-EMPTY(1) - General Commands Manual
An empty
{}
and a full
-({user@host}
+({user@host)}
quotation.
And another
-({full} one **bold**.
+({full)} one **bold**.
-OpenBSD - October 21, 2010
+OpenBSD - June 9, 2017