summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Ns/position.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-27 12:18:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-27 12:18:00 +0000
commite9817d1eee252f2a60704c140932abd01803441b (patch)
treecbeb21eb9bd60a58cd0da3b9275fbc86284fda68 /regress/mdoc/Ns/position.out_ascii
parent7a652daded74f9e8becb34e9dca1d6202eae46fe (diff)
downloadmandoc-e9817d1eee252f2a60704c140932abd01803441b.tar.gz
warn about .Ns macros that have no effect because they are followed
by an isolated closing delimiter; inspired by mdoclint
Diffstat (limited to 'regress/mdoc/Ns/position.out_ascii')
-rw-r--r--regress/mdoc/Ns/position.out_ascii6
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/mdoc/Ns/position.out_ascii b/regress/mdoc/Ns/position.out_ascii
index a2bd6c45..26de0562 100644
--- a/regress/mdoc/Ns/position.out_ascii
+++ b/regress/mdoc/Ns/position.out_ascii
@@ -12,8 +12,12 @@ DDEESSCCRRIIPPTTIIOONN
In the middle of a macro line: [before][after]
+ After closing punctuation: [before]:[after]
+
+ Before closing punctuation: [before]: [after]
+
At the end of a macro line: [before][after]
At the end of partial implicit: [before][after]
-OpenBSD September 15, 2013 OpenBSD
+OpenBSD June 27, 2017 OpenBSD