From d9f0f81c846a8405c29870e4a8379e5e79d1cad3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/mdoc/D1/Makefile | 6 ++++++ regress/mdoc/D1/spacing.in | 12 ++++++++++++ regress/mdoc/D1/spacing.out_ascii | 12 ++++++++++++ regress/mdoc/D1/spacing.out_lint | 1 + 4 files changed, 31 insertions(+) create mode 100644 regress/mdoc/D1/Makefile create mode 100644 regress/mdoc/D1/spacing.in create mode 100644 regress/mdoc/D1/spacing.out_ascii create mode 100644 regress/mdoc/D1/spacing.out_lint (limited to 'regress/mdoc/D1') diff --git a/regress/mdoc/D1/Makefile b/regress/mdoc/D1/Makefile new file mode 100644 index 00000000..bed27d1b --- /dev/null +++ b/regress/mdoc/D1/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.2 2015/02/06 02:04:35 schwarze Exp $ + +REGRESS_TARGETS = spacing +LINT_TARGETS = spacing + +.include diff --git a/regress/mdoc/D1/spacing.in b/regress/mdoc/D1/spacing.in new file mode 100644 index 00000000..3303dccc --- /dev/null +++ b/regress/mdoc/D1/spacing.in @@ -0,0 +1,12 @@ +.Dd February 5, 2015 +.Dt D1-SPACING 1 +.Os OpenBSD +.Sh NAME +.Nm D1-spacing +.Nd spacing in and around one-line displays +.Sh DESCRIPTION +preceding text +.D1 spacing in and around one-line displays +empty display: +.D1 +following text diff --git a/regress/mdoc/D1/spacing.out_ascii b/regress/mdoc/D1/spacing.out_ascii new file mode 100644 index 00000000..becef1b8 --- /dev/null +++ b/regress/mdoc/D1/spacing.out_ascii @@ -0,0 +1,12 @@ +D1-SPACING(1) General Commands Manual D1-SPACING(1) + +NNAAMMEE + DD11--ssppaacciinngg - spacing in and around one-line displays + +DDEESSCCRRIIPPTTIIOONN + preceding text + spacing in and around one-line displays + empty display: + following text + +OpenBSD February 5, 2015 OpenBSD diff --git a/regress/mdoc/D1/spacing.out_lint b/regress/mdoc/D1/spacing.out_lint new file mode 100644 index 00000000..08177734 --- /dev/null +++ b/regress/mdoc/D1/spacing.out_lint @@ -0,0 +1 @@ +mandoc: spacing.in:11:2: WARNING: empty block: D1 -- cgit v1.2.3-56-ge451