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/roff/scale/Makefile | 5 +++++ regress/roff/scale/horiz.in | 31 +++++++++++++++++++++++++++++++ regress/roff/scale/horiz.out_ascii | 27 +++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 regress/roff/scale/Makefile create mode 100644 regress/roff/scale/horiz.in create mode 100644 regress/roff/scale/horiz.out_ascii (limited to 'regress/roff/scale') diff --git a/regress/roff/scale/Makefile b/regress/roff/scale/Makefile new file mode 100644 index 00000000..822f7555 --- /dev/null +++ b/regress/roff/scale/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $ + +REGRESS_TARGETS = horiz + +.include diff --git a/regress/roff/scale/horiz.in b/regress/roff/scale/horiz.in new file mode 100644 index 00000000..edba2f75 --- /dev/null +++ b/regress/roff/scale/horiz.in @@ -0,0 +1,31 @@ +.TH HORIZ 1 "December 23, 2014" OpenBSD +.SH NAME +horiz \- horizontal distances +.SH DESCRIPTION +initial text +.in 240u +240u +.in 3.6c +3.6c +.in 0.003f +0.003f +.in 2i +2i +.in 500M +500M +.in 6P +6P +.in 36p +36p +.in 10n +10n +.in 5m +5m +.in 79n +79n +.in 1.5ix +1.5ix +.in -6n +-6n +.PP +final text diff --git a/regress/roff/scale/horiz.out_ascii b/regress/roff/scale/horiz.out_ascii new file mode 100644 index 00000000..75e12a4f --- /dev/null +++ b/regress/roff/scale/horiz.out_ascii @@ -0,0 +1,27 @@ +HORIZ(1) General Commands Manual HORIZ(1) + + + +NNAAMMEE + horiz - horizontal distances + +DDEESSCCRRIIPPTTIIOONN + initial text + 240u + 3.6c + 0.003f + 2i + 500M + 6P + 36p + 10n + 5m + 79n + 1.5ix + -6n + + final text + + + +OpenBSD December 23, 2014 HORIZ(1) -- cgit v1.2.3-56-ge451