aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ns/position.out_markdown
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
commitce3e6e6c76cc1cfca6d316eee86a713e5a145ba6 (patch)
tree1aa5f52f108bbce45fd93524e417ff0aae4ea242 /regress/mdoc/Ns/position.out_markdown
parent268c88f5433d2a87d1eeab40076c8737b5786b08 (diff)
downloadmandoc-ce3e6e6c76cc1cfca6d316eee86a713e5a145ba6.tar.gz
mandoc-ce3e6e6c76cc1cfca6d316eee86a713e5a145ba6.tar.zst
mandoc-ce3e6e6c76cc1cfca6d316eee86a713e5a145ba6.zip
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_markdown')
-rw-r--r--regress/mdoc/Ns/position.out_markdown8
1 files changed, 7 insertions, 1 deletions
diff --git a/regress/mdoc/Ns/position.out_markdown b/regress/mdoc/Ns/position.out_markdown
index 14414a3e..8b6c509c 100644
--- a/regress/mdoc/Ns/position.out_markdown
+++ b/regress/mdoc/Ns/position.out_markdown
@@ -20,10 +20,16 @@ still before]\[after]
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 - June 27, 2017