summaryrefslogtreecommitdiffstats
path: root/regress/roff/ps
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
commit4c0770c1ecd159a77561d8e0364385f4bb758650 (patch)
tree5c2d5820b093c1c08b6047ff110e9b055083a5ea /regress/roff/ps
parentd16e7f2cf346476e177ce672851b0b957aebbe5d (diff)
downloadmandoc-4c0770c1ecd159a77561d8e0364385f4bb758650.tar.gz
Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this, literally for years.
Diffstat (limited to 'regress/roff/ps')
-rw-r--r--regress/roff/ps/Makefile5
-rw-r--r--regress/roff/ps/ignore.in9
-rw-r--r--regress/roff/ps/ignore.out_ascii13
3 files changed, 27 insertions, 0 deletions
diff --git a/regress/roff/ps/Makefile b/regress/roff/ps/Makefile
new file mode 100644
index 00000000..24e50bbd
--- /dev/null
+++ b/regress/roff/ps/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 2011/11/17 16:28:46 schwarze Exp $
+
+REGRESS_TARGETS=ignore
+
+.include <bsd.regress.mk>
diff --git a/regress/roff/ps/ignore.in b/regress/roff/ps/ignore.in
new file mode 100644
index 00000000..439afda5
--- /dev/null
+++ b/regress/roff/ps/ignore.in
@@ -0,0 +1,9 @@
+.TH PS-IGNORE 1 "Febuary 5, 2011" OpenBSD
+.SH NAME
+ps-ignore \- ignoreing point size macros
+.SH DESCRIPTION
+normal text
+.ps -1
+small text
+.ps +1
+big text
diff --git a/regress/roff/ps/ignore.out_ascii b/regress/roff/ps/ignore.out_ascii
new file mode 100644
index 00000000..b1bfacac
--- /dev/null
+++ b/regress/roff/ps/ignore.out_ascii
@@ -0,0 +1,13 @@
+PS-IGNORE(1) General Commands Manual PS-IGNORE(1)
+
+
+
+NNAAMMEE
+ ps-ignore - ignoreing point size macros
+
+DDEESSCCRRIIPPTTIIOONN
+ normal text small text big text
+
+
+
+OpenBSD Febuary 5, 2011 PS-IGNORE(1)