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/Aq/Makefile | 6 ++++++ regress/mdoc/Aq/author.in | 10 ++++++++++ regress/mdoc/Aq/author.out_ascii | 13 +++++++++++++ regress/mdoc/Aq/author.out_utf8 | 13 +++++++++++++ regress/mdoc/Aq/empty.in | 14 ++++++++++++++ regress/mdoc/Aq/empty.out_ascii | 9 +++++++++ regress/mdoc/Aq/empty.out_utf8 | 9 +++++++++ 7 files changed, 74 insertions(+) create mode 100644 regress/mdoc/Aq/Makefile create mode 100644 regress/mdoc/Aq/author.in create mode 100644 regress/mdoc/Aq/author.out_ascii create mode 100644 regress/mdoc/Aq/author.out_utf8 create mode 100644 regress/mdoc/Aq/empty.in create mode 100644 regress/mdoc/Aq/empty.out_ascii create mode 100644 regress/mdoc/Aq/empty.out_utf8 (limited to 'regress/mdoc/Aq') diff --git a/regress/mdoc/Aq/Makefile b/regress/mdoc/Aq/Makefile new file mode 100644 index 00000000..ae347ad3 --- /dev/null +++ b/regress/mdoc/Aq/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.2 2014/11/19 21:59:20 schwarze Exp $ + +REGRESS_TARGETS = author empty +UTF8_TARGETS = author empty + +.include diff --git a/regress/mdoc/Aq/author.in b/regress/mdoc/Aq/author.in new file mode 100644 index 00000000..9e007f58 --- /dev/null +++ b/regress/mdoc/Aq/author.in @@ -0,0 +1,10 @@ +.Dd November 19, 2014 +.Dt AQ-AUTHOR 1 +.Os OpenBSD +.Sh NAME +.Nm Aq-author +.Nd angle brackets after an author name macro +.Sh DESCRIPTION +.An Name Ao Mt addr Ac An Name Aq Mt addr +.Sh AUTHORS +.An Name Ao Mt addr Ac An Name Aq Mt addr diff --git a/regress/mdoc/Aq/author.out_ascii b/regress/mdoc/Aq/author.out_ascii new file mode 100644 index 00000000..80775148 --- /dev/null +++ b/regress/mdoc/Aq/author.out_ascii @@ -0,0 +1,13 @@ +AQ-AUTHOR(1) General Commands Manual AQ-AUTHOR(1) + +NNAAMMEE + AAqq--aauutthhoorr - angle brackets after an author name macro + +DDEESSCCRRIIPPTTIIOONN + Name <_a_d_d_r> Name <_a_d_d_r> + +AAUUTTHHOORRSS + Name <_a_d_d_r> + Name <_a_d_d_r> + +OpenBSD November 19, 2014 OpenBSD diff --git a/regress/mdoc/Aq/author.out_utf8 b/regress/mdoc/Aq/author.out_utf8 new file mode 100644 index 00000000..28c4faca --- /dev/null +++ b/regress/mdoc/Aq/author.out_utf8 @@ -0,0 +1,13 @@ +AQ-AUTHOR(1) General Commands Manual AQ-AUTHOR(1) + +NNAAMMEE + AAqq--aauutthhoorr – angle brackets after an author name macro + +DDEESSCCRRIIPPTTIIOONN + Name <_a_d_d_r> Name <_a_d_d_r> + +AAUUTTHHOORRSS + Name <_a_d_d_r> + Name <_a_d_d_r> + +OpenBSD November 19, 2014 OpenBSD diff --git a/regress/mdoc/Aq/empty.in b/regress/mdoc/Aq/empty.in new file mode 100644 index 00000000..a407855e --- /dev/null +++ b/regress/mdoc/Aq/empty.in @@ -0,0 +1,14 @@ +.Dd August 6, 2010 +.Dt AQ-EMPTY 1 +.Os OpenBSD +.Sh NAME +.Nm Aq-empty +.Nd empty implicit enclosure macros +.Sh DESCRIPTION +An empty +.Aq +and a full +.Aq user@host +return path. +And another +.Ao full Ac one . diff --git a/regress/mdoc/Aq/empty.out_ascii b/regress/mdoc/Aq/empty.out_ascii new file mode 100644 index 00000000..c587ee51 --- /dev/null +++ b/regress/mdoc/Aq/empty.out_ascii @@ -0,0 +1,9 @@ +AQ-EMPTY(1) General Commands Manual AQ-EMPTY(1) + +NNAAMMEE + AAqq--eemmppttyy - empty implicit enclosure macros + +DDEESSCCRRIIPPTTIIOONN + An empty <> and a full return path. And another one. + +OpenBSD August 6, 2010 OpenBSD diff --git a/regress/mdoc/Aq/empty.out_utf8 b/regress/mdoc/Aq/empty.out_utf8 new file mode 100644 index 00000000..0ae72b6f --- /dev/null +++ b/regress/mdoc/Aq/empty.out_utf8 @@ -0,0 +1,9 @@ +AQ-EMPTY(1) General Commands Manual AQ-EMPTY(1) + +NNAAMMEE + AAqq--eemmppttyy – empty implicit enclosure macros + +DDEESSCCRRIIPPTTIIOONN + An empty ⟨⟩ and a full ⟨user@host⟩ return path. And another ⟨full⟩ one. + +OpenBSD August 6, 2010 OpenBSD -- cgit v1.2.3-56-ge451