aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/bd-empty-offset.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Bd/bd-empty-offset.in')
-rw-r--r--regress/mdoc/Bd/bd-empty-offset.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/regress/mdoc/Bd/bd-empty-offset.in b/regress/mdoc/Bd/bd-empty-offset.in
new file mode 100644
index 00000000..11f20db9
--- /dev/null
+++ b/regress/mdoc/Bd/bd-empty-offset.in
@@ -0,0 +1,31 @@
+.Dd $Mdocdate: June 12 2010 $
+.Dt FOO 1
+.Os
+.Sh NAME
+.Nm foo
+.Nd bar
+.Sh DESCRIPTION
+1
+.Bd -literal -offset
+a b
+c d
+.Ed
+2
+1
+.Bd -filled -offset
+a b
+c d
+.Ed
+2
+1
+.Bd -ragged -offset
+a b
+c d
+.Ed
+2
+1
+.Bd -unfilled -offset
+a b
+c d
+.Ed
+2