aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/sp
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/sp')
-rw-r--r--regress/roff/sp/Makefile8
-rw-r--r--regress/roff/sp/fill-man.in18
-rw-r--r--regress/roff/sp/fill-man.out_ascii21
-rw-r--r--regress/roff/sp/fill-man.out_html9
4 files changed, 53 insertions, 3 deletions
diff --git a/regress/roff/sp/Makefile b/regress/roff/sp/Makefile
index 7a09afb1..8d766a48 100644
--- a/regress/roff/sp/Makefile
+++ b/regress/roff/sp/Makefile
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 2015/02/06 09:38:22 schwarze Exp $
+# $OpenBSD: Makefile,v 1.6 2019/01/06 04:41:15 schwarze Exp $
-REGRESS_TARGETS = badargs-man badargs-mdoc negative scaling-man scaling-mdoc
-LINT_TARGETS = badargs-man
+REGRESS_TARGETS = badargs-man badargs-mdoc fill-man
+REGRESS_TARGETS += negative scaling-man scaling-mdoc
+LINT_TARGETS = badargs-man
+HTML_TARGETS = fill-man
.include <bsd.regress.mk>
diff --git a/regress/roff/sp/fill-man.in b/regress/roff/sp/fill-man.in
new file mode 100644
index 00000000..2faf7ca0
--- /dev/null
+++ b/regress/roff/sp/fill-man.in
@@ -0,0 +1,18 @@
+.\" $OpenBSD: fill-man.in,v 1.1 2019/01/06 04:41:15 schwarze Exp $
+.TH SP-FILL-MAN 1 "January 6, 2019"
+.SH NAME
+sp-fill-man \- interaction of vertical spacing requests with fill modes
+.SH DESCRIPTION
+BEGINTEST
+in fill mode:
+.sp
+switch to no-fill mode:
+.nf
+in no-fill mode:
+.sp
+back to
+fill mode:
+.fi
+ENDTEST
+.br
+end of file
diff --git a/regress/roff/sp/fill-man.out_ascii b/regress/roff/sp/fill-man.out_ascii
new file mode 100644
index 00000000..c111a012
--- /dev/null
+++ b/regress/roff/sp/fill-man.out_ascii
@@ -0,0 +1,21 @@
+SP-FILL-MAN(1) General Commands Manual SP-FILL-MAN(1)
+
+
+
+NNAAMMEE
+ sp-fill-man - interaction of vertical spacing requests with fill modes
+
+DDEESSCCRRIIPPTTIIOONN
+ BEGINTEST in fill mode:
+
+ switch to no-fill mode:
+ in no-fill mode:
+
+ back to
+ fill mode:
+ ENDTEST
+ end of file
+
+
+
+OpenBSD January 6, 2019 SP-FILL-MAN(1)
diff --git a/regress/roff/sp/fill-man.out_html b/regress/roff/sp/fill-man.out_html
new file mode 100644
index 00000000..3fcfa2a6
--- /dev/null
+++ b/regress/roff/sp/fill-man.out_html
@@ -0,0 +1,9 @@
+BEGINTEST in fill mode:
+<p class="Pp">switch to no-fill mode:</p>
+<pre>
+in no-fill mode:
+
+back to
+fill mode:
+</pre>
+ENDTEST