aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@netbsd.org>2010-05-16 20:39:20 +0000
committerJoerg Sonnenberger <joerg@netbsd.org>2010-05-16 20:39:20 +0000
commitf34d66a2879319e93c3b35ed619dbb00a3a7885f (patch)
tree9e05734806705b25519c11305f673d6b7283479b /regress
parent2c1a869d51c44602bea55601bfc78b354fe539ae (diff)
downloadmandoc-f34d66a2879319e93c3b35ed619dbb00a3a7885f.tar.gz
mandoc-f34d66a2879319e93c3b35ed619dbb00a3a7885f.tar.zst
mandoc-f34d66a2879319e93c3b35ed619dbb00a3a7885f.zip
Add a basic regression test for .Bl -bullet and the various interactions
with .Bd.
Diffstat (limited to 'regress')
-rw-r--r--regress/mdoc/Bl/bullet-basic.in64
1 files changed, 64 insertions, 0 deletions
diff --git a/regress/mdoc/Bl/bullet-basic.in b/regress/mdoc/Bl/bullet-basic.in
new file mode 100644
index 00000000..34244678
--- /dev/null
+++ b/regress/mdoc/Bl/bullet-basic.in
@@ -0,0 +1,64 @@
+.Dd May 16, 2010
+.Dt BL-BULLET-BASIC 1
+.Os
+.Sh NAME
+.Nm Bl-bullet-basic
+.Nd tests bullet lists
+.Sh DESCRIPTION
+.Ss Line breaks in items:
+.Bl -bullet -width 5n
+.It
+x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
+x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
+.El
+.Ss Nesting of ".Bl -bullet" and empty ".Bd -literal"
+.Bl -bullet
+.It
+.Bd -literal
+.Ed
+y
+.It
+.El
+.Ss Nesting of ".Bl -bullet" and ".Bd -literal":
+.Bl -bullet
+.It
+.Bd -literal
+xy
+.Ed
+y
+.It
+.El
+.Ss Nesting of ".Bl -bullet" and empty ".Bd -compact -literal":
+.Bl -bullet
+.It
+.Bd -literal -compact
+.Ed
+y
+.It
+.El
+.Ss Nesting of ".Bl -bullet" and ".Bd -compact -literal":
+.Bl -bullet
+.It
+.Bd -literal -compact
+xy
+.Ed
+y
+.It
+.El
+.Ss Nesting of ".Bl -bullet -compact" and empty ".Bd -compact -literal":
+.Bl -bullet -compact
+.It
+.Bd -literal -compact
+.Ed
+y
+.It
+.El
+.Ss Nesting of ".Bl -bullet -compact" and ".Bd -compact -literal":
+.Bl -bullet -compact
+.It
+.Bd -literal -compact
+xy
+.Ed
+y
+.It
+.El