summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/blank
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-01 05:29:58 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-01 05:29:58 +0000
commit543df279f1604ffd36cf1931b8de8749f859609b (patch)
tree2626f5313d303a3429d055d41e04a37c3c099935 /regress/usr.bin/mandoc/mdoc/blank
parent3937afbbb48dc21775ff651f21cf485cd12a22b9 (diff)
major update of the mandoc test suite:
* add various new and extend a few existing tests * stop using Mdocdate to ease syncing with NetBSD
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/blank')
-rw-r--r--regress/usr.bin/mandoc/mdoc/blank/Makefile6
-rw-r--r--regress/usr.bin/mandoc/mdoc/blank/comment.in15
-rw-r--r--regress/usr.bin/mandoc/mdoc/blank/line.in13
3 files changed, 34 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/blank/Makefile b/regress/usr.bin/mandoc/mdoc/blank/Makefile
new file mode 100644
index 00000000000..8e0cc925071
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/blank/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.1 2010/07/01 05:29:57 schwarze Exp $
+
+REGRESS_TARGETS=line comment
+GROFF_TARGETS=line comment
+
+.include <bsd.regress.mk>
diff --git a/regress/usr.bin/mandoc/mdoc/blank/comment.in b/regress/usr.bin/mandoc/mdoc/blank/comment.in
new file mode 100644
index 00000000000..1e640968519
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/blank/comment.in
@@ -0,0 +1,15 @@
+.Dd February 17, 2010
+.Dt BLANK-COMMENT 1
+.Os
+.Sh NAME
+.Nm blank-comment
+.Nd normal and bogus comments
+.Sh DESCRIPTION
+normal comment
+.\" normal
+bogus comment
+\."
+end of text
+.Pp
+text \" comment
+text
diff --git a/regress/usr.bin/mandoc/mdoc/blank/line.in b/regress/usr.bin/mandoc/mdoc/blank/line.in
new file mode 100644
index 00000000000..ff37d305fbd
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/blank/line.in
@@ -0,0 +1,13 @@
+.Dd February 17, 2010
+.Dt BLANK-LINE 1
+.Os
+.Sh NAME
+.Nm blank-line
+.Nd handling of blank line
+.Sh DESCRIPTION
+Let us ignore this
+
+blank line, an these two
+
+
+as well.