From 543df279f1604ffd36cf1931b8de8749f859609b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 1 Jul 2010 05:29:58 +0000 Subject: major update of the mandoc test suite: * add various new and extend a few existing tests * stop using Mdocdate to ease syncing with NetBSD --- regress/usr.bin/mandoc/mdoc/blank/Makefile | 6 ++++++ regress/usr.bin/mandoc/mdoc/blank/comment.in | 15 +++++++++++++++ regress/usr.bin/mandoc/mdoc/blank/line.in | 13 +++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 regress/usr.bin/mandoc/mdoc/blank/Makefile create mode 100644 regress/usr.bin/mandoc/mdoc/blank/comment.in create mode 100644 regress/usr.bin/mandoc/mdoc/blank/line.in (limited to 'regress/usr.bin/mandoc/mdoc/blank') 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 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. -- cgit v1.2.3