aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/nf.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-04 04:04:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-04 04:04:14 +0000
commit974a808d4eb167475c20c49e55a273647ce3e23a (patch)
tree1895d7a4be1d273bc03b04652ba7fa8beb5aab68 /regress/mdoc/Bd/nf.in
parent995226b9b9a3d51201a7560c81799147b9a4eed9 (diff)
downloadmandoc-974a808d4eb167475c20c49e55a273647ce3e23a.tar.gz
mandoc-974a808d4eb167475c20c49e55a273647ce3e23a.tar.zst
mandoc-974a808d4eb167475c20c49e55a273647ce3e23a.zip
Test interaction of low-level roff(7) filling requests with .Bd in general
and filling in .Bd -centered in particular; related to mdoc_term.c rev. 1.372.
Diffstat (limited to 'regress/mdoc/Bd/nf.in')
-rw-r--r--regress/mdoc/Bd/nf.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/regress/mdoc/Bd/nf.in b/regress/mdoc/Bd/nf.in
new file mode 100644
index 00000000..884825e2
--- /dev/null
+++ b/regress/mdoc/Bd/nf.in
@@ -0,0 +1,34 @@
+.\" $OpenBSD: nf.in,v 1.1 2019/01/04 03:54:50 schwarze Exp $
+.Dd $Mdocdate: January 4 2019 $
+.Dt BD-NF 1
+.Os
+.Sh NAME
+.Nm Bd-nf
+.Nd interaction of no-fill blocks and requests
+.Sh DESCRIPTION
+initial
+text
+.nf
+after .nf
+request
+.fi
+after .fi
+request
+.Bd -unfilled
+in unfilled
+block
+.fi
+after .fi request
+in unfilled block
+.Ed
+after end
+of unfilled block
+.Bd -filled
+in filled
+block
+.nf
+after .nf request
+in filled block
+.Ed
+after end
+of filled block