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/Cm/Makefile | 6 ++++++ regress/mdoc/Cm/basic.in | 12 ++++++++++++ regress/mdoc/Cm/basic.out_ascii | 11 +++++++++++ regress/mdoc/Cm/font.in | 10 ++++++++++ regress/mdoc/Cm/font.out_ascii | 9 +++++++++ regress/mdoc/Cm/noarg.in | 12 ++++++++++++ regress/mdoc/Cm/noarg.out_ascii | 11 +++++++++++ regress/mdoc/Cm/noarg.out_lint | 2 ++ 8 files changed, 73 insertions(+) create mode 100644 regress/mdoc/Cm/Makefile create mode 100644 regress/mdoc/Cm/basic.in create mode 100644 regress/mdoc/Cm/basic.out_ascii create mode 100644 regress/mdoc/Cm/font.in create mode 100644 regress/mdoc/Cm/font.out_ascii create mode 100644 regress/mdoc/Cm/noarg.in create mode 100644 regress/mdoc/Cm/noarg.out_ascii create mode 100644 regress/mdoc/Cm/noarg.out_lint (limited to 'regress/mdoc/Cm') diff --git a/regress/mdoc/Cm/Makefile b/regress/mdoc/Cm/Makefile new file mode 100644 index 00000000..e674e756 --- /dev/null +++ b/regress/mdoc/Cm/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.3 2014/07/02 20:18:42 schwarze Exp $ + +REGRESS_TARGETS = basic font noarg +LINT_TARGETS = noarg + +.include diff --git a/regress/mdoc/Cm/basic.in b/regress/mdoc/Cm/basic.in new file mode 100644 index 00000000..2fba179c --- /dev/null +++ b/regress/mdoc/Cm/basic.in @@ -0,0 +1,12 @@ +.Dd July 6, 2012 +.Dt CM-BASIC 1 +.Os OpenBSD +.Sh NAME +.Nm Cm-basic +.Nd basic usage of the Cm macro +.Sh DESCRIPTION +end of line: +.Nm mt Fl f Ar device Cm rewind +.Pp +middle of line: +.Nm ps Fl o Cm pid , Ns Cm command diff --git a/regress/mdoc/Cm/basic.out_ascii b/regress/mdoc/Cm/basic.out_ascii new file mode 100644 index 00000000..98899c00 --- /dev/null +++ b/regress/mdoc/Cm/basic.out_ascii @@ -0,0 +1,11 @@ +CM-BASIC(1) General Commands Manual CM-BASIC(1) + +NNAAMMEE + CCmm--bbaassiicc - basic usage of the Cm macro + +DDEESSCCRRIIPPTTIIOONN + end of line: mmtt --ff _d_e_v_i_c_e rreewwiinndd + + middle of line: ppss --oo ppiidd,ccoommmmaanndd + +OpenBSD July 6, 2012 OpenBSD diff --git a/regress/mdoc/Cm/font.in b/regress/mdoc/Cm/font.in new file mode 100644 index 00000000..db58f6dd --- /dev/null +++ b/regress/mdoc/Cm/font.in @@ -0,0 +1,10 @@ +.Dd July 9, 2012 +.Dt CM-FONT 1 +.Os OpenBSD +.Sh NAME +.Nm Cm-font +.Nd changing fonts inside the command modifier macro +.Sh DESCRIPTION +normal text +.Cm bold\\fIemphasis\\fPback +trailing text diff --git a/regress/mdoc/Cm/font.out_ascii b/regress/mdoc/Cm/font.out_ascii new file mode 100644 index 00000000..ae48e4b1 --- /dev/null +++ b/regress/mdoc/Cm/font.out_ascii @@ -0,0 +1,9 @@ +CM-FONT(1) General Commands Manual CM-FONT(1) + +NNAAMMEE + CCmm--ffoonntt - changing fonts inside the command modifier macro + +DDEESSCCRRIIPPTTIIOONN + normal text bboolldd_e_m_p_h_a_s_i_sbbaacckk trailing text + +OpenBSD July 9, 2012 OpenBSD diff --git a/regress/mdoc/Cm/noarg.in b/regress/mdoc/Cm/noarg.in new file mode 100644 index 00000000..750ce84c --- /dev/null +++ b/regress/mdoc/Cm/noarg.in @@ -0,0 +1,12 @@ +.Dd July 2, 2014 +.Dt CM-NOARG 1 +.Os OpenBSD +.Sh NAME +.Nm Cm-noarg +.Nd command modifier macro without arguments +.Sh DESCRIPTION +end of line: +.Nm mt Fl f Ar device Cm +.Pp +middle of line: +.Nm ps Fl x Cm Fl o Cm command diff --git a/regress/mdoc/Cm/noarg.out_ascii b/regress/mdoc/Cm/noarg.out_ascii new file mode 100644 index 00000000..83186d1c --- /dev/null +++ b/regress/mdoc/Cm/noarg.out_ascii @@ -0,0 +1,11 @@ +CM-NOARG(1) General Commands Manual CM-NOARG(1) + +NNAAMMEE + CCmm--nnooaarrgg - command modifier macro without arguments + +DDEESSCCRRIIPPTTIIOONN + end of line: mmtt --ff _d_e_v_i_c_e + + middle of line: ppss --xx --oo ccoommmmaanndd + +OpenBSD July 2, 2014 OpenBSD diff --git a/regress/mdoc/Cm/noarg.out_lint b/regress/mdoc/Cm/noarg.out_lint new file mode 100644 index 00000000..3a828e5a --- /dev/null +++ b/regress/mdoc/Cm/noarg.out_lint @@ -0,0 +1,2 @@ +mandoc: noarg.in:9:23: WARNING: skipping empty macro: Cm +mandoc: noarg.in:12:13: WARNING: skipping empty macro: Cm -- cgit v1.2.3-56-ge451