aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ux
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/Ux
parentc5e1be4e43835ff8cb2512039246bd4ea5ec4c2e (diff)
downloadmandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.gz
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.tar.zst
mandoc-fa99e371284a414ce8b13892006df003d31a0e37.zip
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Ux')
-rw-r--r--regress/mdoc/Ux/Makefile1
-rw-r--r--regress/mdoc/Ux/eos.out_markdown25
-rw-r--r--regress/mdoc/Ux/spacing.out_markdown23
3 files changed, 49 insertions, 0 deletions
diff --git a/regress/mdoc/Ux/Makefile b/regress/mdoc/Ux/Makefile
index c945b5e6..05a3316d 100644
--- a/regress/mdoc/Ux/Makefile
+++ b/regress/mdoc/Ux/Makefile
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.2 2013/12/22 14:06:29 schwarze Exp $
REGRESS_TARGETS = spacing eos
+MARKDOWN_TARGETS = spacing eos
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Ux/eos.out_markdown b/regress/mdoc/Ux/eos.out_markdown
new file mode 100644
index 00000000..49f3a9ce
--- /dev/null
+++ b/regress/mdoc/Ux/eos.out_markdown
@@ -0,0 +1,25 @@
+UX-EOS(1) - General Commands Manual
+
+# NAME
+
+**Ux-eos** - end of sentence spacing after Unix macros
+
+# DESCRIPTION
+
+In the beginning Ken and Dennis wrote
+UNIX.
+The CSRG rewrote it to become
+BSD.
+When it dissolved, people started
+BSD/OS.
+And
+NetBSD.
+And
+FreeBSD.
+And
+OpenBSD.
+And
+DragonFly.
+By now, it's free for everyone.
+
+OpenBSD - December 22, 2013
diff --git a/regress/mdoc/Ux/spacing.out_markdown b/regress/mdoc/Ux/spacing.out_markdown
new file mode 100644
index 00000000..528bee43
--- /dev/null
+++ b/regress/mdoc/Ux/spacing.out_markdown
@@ -0,0 +1,23 @@
+UX-SPACING(1) - General Commands Manual
+
+# NAME
+
+**Ux-spacing** - spacing around the Unix macro
+
+# DESCRIPTION
+
+The
+UNIX
+family of operating systems, including
+NetBSD,
+OpenBSD,
+FreeBSD,
+DragonFly
+and
+BSD/OS.
+The system is
+currently under development.
+The system
+is currently in beta test.
+
+OpenBSD - October 20, 2011