aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Pf
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-05 19:59:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-05 19:59:33 +0000
commitfa99e371284a414ce8b13892006df003d31a0e37 (patch)
tree77511f9108c44772a3c5e9517e7c7bb8e93e1879 /regress/mdoc/Pf
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Pf')
-rw-r--r--regress/mdoc/Pf/Makefile1
-rw-r--r--regress/mdoc/Pf/spacing.out_markdown34
2 files changed, 35 insertions, 0 deletions
diff --git a/regress/mdoc/Pf/Makefile b/regress/mdoc/Pf/Makefile
index c222abf1..7a9c9218 100644
--- a/regress/mdoc/Pf/Makefile
+++ b/regress/mdoc/Pf/Makefile
@@ -2,5 +2,6 @@
REGRESS_TARGETS = spacing
LINT_TARGETS = spacing
+MARKDOWN_TARGETS = spacing
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Pf/spacing.out_markdown b/regress/mdoc/Pf/spacing.out_markdown
new file mode 100644
index 00000000..52349715
--- /dev/null
+++ b/regress/mdoc/Pf/spacing.out_markdown
@@ -0,0 +1,34 @@
+PF-SPACING(1) - General Commands Manual
+
+# NAME
+
+**Pf-spacing** - spacing around the prefix macro
+
+# DESCRIPTION
+
+Closing punctuation goes
+.right.
+But
+.. double
+prefixes don't work.
+Opening punctuation goes
+(left.
+But again, prefix
+() pairs
+don't work.
+Even normal text gets
+prefixed.
+The first
+Argument
+is not parsed.
+Nothing can be
+prefixed
+to the next line.
+Trailing punctuation still counts as
+*eos* .
+(But it does not fall out of enclosures .)
+
+It makes no sense at the very
+*end*
+
+OpenBSD - November 30, 2014