From 4c0770c1ecd159a77561d8e0364385f4bb758650 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/br/Makefile | 6 ++++++ regress/roff/br/args.in | 9 +++++++++ regress/roff/br/args.out_ascii | 14 ++++++++++++++ regress/roff/br/args.out_lint | 1 + 4 files changed, 30 insertions(+) create mode 100644 regress/roff/br/Makefile create mode 100644 regress/roff/br/args.in create mode 100644 regress/roff/br/args.out_ascii create mode 100644 regress/roff/br/args.out_lint (limited to 'regress/roff/br') diff --git a/regress/roff/br/Makefile b/regress/roff/br/Makefile new file mode 100644 index 00000000..4d383bee --- /dev/null +++ b/regress/roff/br/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.3 2015/02/06 08:28:04 schwarze Exp $ + +REGRESS_TARGETS = args +LINT_TARGETS = args + +.include diff --git a/regress/roff/br/args.in b/regress/roff/br/args.in new file mode 100644 index 00000000..c2837971 --- /dev/null +++ b/regress/roff/br/args.in @@ -0,0 +1,9 @@ +.TH BR-ARGS 1 "January 17, 2011" OpenBSD +.SH NAME +br-args \- arguments to .br macros +.SH DESCRIPTION +some +text +.br arg1 arg2 arg3 +more +text diff --git a/regress/roff/br/args.out_ascii b/regress/roff/br/args.out_ascii new file mode 100644 index 00000000..b4d7c40b --- /dev/null +++ b/regress/roff/br/args.out_ascii @@ -0,0 +1,14 @@ +BR-ARGS(1) General Commands Manual BR-ARGS(1) + + + +NNAAMMEE + br-args - arguments to .br macros + +DDEESSCCRRIIPPTTIIOONN + some text + more text + + + +OpenBSD January 17, 2011 BR-ARGS(1) diff --git a/regress/roff/br/args.out_lint b/regress/roff/br/args.out_lint new file mode 100644 index 00000000..e9a03ad5 --- /dev/null +++ b/regress/roff/br/args.out_lint @@ -0,0 +1 @@ +mandoc: args.in:7:5: ERROR: skipping all arguments: br arg1 arg2 arg3 -- cgit