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/eqn/nullary/Makefile | 6 ++++++ regress/eqn/nullary/roman.in | 14 ++++++++++++++ regress/eqn/nullary/roman.out_ascii | 10 ++++++++++ regress/eqn/nullary/roman.out_html | 1 + 4 files changed, 31 insertions(+) create mode 100644 regress/eqn/nullary/Makefile create mode 100644 regress/eqn/nullary/roman.in create mode 100644 regress/eqn/nullary/roman.out_ascii create mode 100644 regress/eqn/nullary/roman.out_html (limited to 'regress/eqn/nullary') diff --git a/regress/eqn/nullary/Makefile b/regress/eqn/nullary/Makefile new file mode 100644 index 00000000..ec5dfa06 --- /dev/null +++ b/regress/eqn/nullary/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ + +REGRESS_TARGETS = roman +HTML_TARGETS = roman + +.include diff --git a/regress/eqn/nullary/roman.in b/regress/eqn/nullary/roman.in new file mode 100644 index 00000000..f4a081f1 --- /dev/null +++ b/regress/eqn/nullary/roman.in @@ -0,0 +1,14 @@ +.Dd October 12, 2014 +.Dt NULLARY-ROMAN 1 +.Os OpenBSD +.Sh NAME +.Nm nullary-roman +.Nd equation tokens set in roman font +.Sh DESCRIPTION +initial text +.EQ +sin cos tan sinh cosh tanh arc +max min lim log ln exp +Re Im and if for det +.EN +final text diff --git a/regress/eqn/nullary/roman.out_ascii b/regress/eqn/nullary/roman.out_ascii new file mode 100644 index 00000000..cc6ff3a8 --- /dev/null +++ b/regress/eqn/nullary/roman.out_ascii @@ -0,0 +1,10 @@ +NULLARY-ROMAN(1) General Commands Manual NULLARY-ROMAN(1) + +NNAAMMEE + nnuullllaarryy--rroommaann - equation tokens set in roman font + +DDEESSCCRRIIPPTTIIOONN + initial text sin cos tan sinh cosh tanh arc max min lim log ln exp Re Im + and if for det final text + +OpenBSD October 12, 2014 OpenBSD diff --git a/regress/eqn/nullary/roman.out_html b/regress/eqn/nullary/roman.out_html new file mode 100644 index 00000000..115daa05 --- /dev/null +++ b/regress/eqn/nullary/roman.out_html @@ -0,0 +1 @@ +sincostansinhcoshtanharcmaxminlimloglnexpReImandiffordet -- cgit v1.2.3-56-ge451