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/unary/Makefile | 6 ++++++ regress/eqn/unary/diacrit.in | 13 +++++++++++++ regress/eqn/unary/diacrit.out_ascii | 9 +++++++++ regress/eqn/unary/diacrit.out_html | 1 + regress/eqn/unary/sqrt.in | 12 ++++++++++++ regress/eqn/unary/sqrt.out_ascii | 9 +++++++++ regress/eqn/unary/sqrt.out_html | 1 + 7 files changed, 51 insertions(+) create mode 100644 regress/eqn/unary/Makefile create mode 100644 regress/eqn/unary/diacrit.in create mode 100644 regress/eqn/unary/diacrit.out_ascii create mode 100644 regress/eqn/unary/diacrit.out_html create mode 100644 regress/eqn/unary/sqrt.in create mode 100644 regress/eqn/unary/sqrt.out_ascii create mode 100644 regress/eqn/unary/sqrt.out_html (limited to 'regress/eqn/unary') diff --git a/regress/eqn/unary/Makefile b/regress/eqn/unary/Makefile new file mode 100644 index 00000000..f68a5ce7 --- /dev/null +++ b/regress/eqn/unary/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ + +REGRESS_TARGETS = diacrit sqrt +HTML_TARGETS = diacrit sqrt + +.include diff --git a/regress/eqn/unary/diacrit.in b/regress/eqn/unary/diacrit.in new file mode 100644 index 00000000..bb50774b --- /dev/null +++ b/regress/eqn/unary/diacrit.in @@ -0,0 +1,13 @@ +.Dd October 10, 2014 +.Dt UNARY-DIACRIT 1 +.Os OpenBSD +.Sh NAME +.Nm unary-diacrit +.Nd diacritical marks in equations +.Sh DESCRIPTION +initial text +.EQ +x dot x dotdot x hat x tilde x vec x dyad +{ x + y } bar { x + y } under +.EN +final text diff --git a/regress/eqn/unary/diacrit.out_ascii b/regress/eqn/unary/diacrit.out_ascii new file mode 100644 index 00000000..54a35c3c --- /dev/null +++ b/regress/eqn/unary/diacrit.out_ascii @@ -0,0 +1,9 @@ +UNARY-DIACRIT(1) General Commands Manual UNARY-DIACRIT(1) + +NNAAMMEE + uunnaarryy--ddiiaaccrriitt - diacritical marks in equations + +DDEESSCCRRIIPPTTIIOONN + initial text x. x" x^ x~ x-> x<-> (x + y) (x + y)_ final text + +OpenBSD October 10, 2014 OpenBSD diff --git a/regress/eqn/unary/diacrit.out_html b/regress/eqn/unary/diacrit.out_html new file mode 100644 index 00000000..076c6663 --- /dev/null +++ b/regress/eqn/unary/diacrit.out_html @@ -0,0 +1 @@ +x˙x¨x^x~xxx+yx+y_ diff --git a/regress/eqn/unary/sqrt.in b/regress/eqn/unary/sqrt.in new file mode 100644 index 00000000..359c3d7b --- /dev/null +++ b/regress/eqn/unary/sqrt.in @@ -0,0 +1,12 @@ +.Dd October 10, 2014 +.Dt UNARY-SQRT 1 +.Os OpenBSD +.Sh NAME +.Nm unary-sqrt +.Nd square root +.Sh DESCRIPTION +initial text +.EQ +r = sqrt { x sup 2 + y sup 2 } +.EN +final text diff --git a/regress/eqn/unary/sqrt.out_ascii b/regress/eqn/unary/sqrt.out_ascii new file mode 100644 index 00000000..104df229 --- /dev/null +++ b/regress/eqn/unary/sqrt.out_ascii @@ -0,0 +1,9 @@ +UNARY-SQRT(1) General Commands Manual UNARY-SQRT(1) + +NNAAMMEE + uunnaarryy--ssqqrrtt - square root + +DDEESSCCRRIIPPTTIIOONN + initial text r = sqrt(x^2 + y^2) final text + +OpenBSD October 10, 2014 OpenBSD diff --git a/regress/eqn/unary/sqrt.out_html b/regress/eqn/unary/sqrt.out_html new file mode 100644 index 00000000..b868474d --- /dev/null +++ b/regress/eqn/unary/sqrt.out_html @@ -0,0 +1 @@ +r=x2+y2 -- cgit v1.2.3-56-ge451