[BACK]Return to bullet-basic.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bl

File: [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bl / Attic / bullet-basic.in (download)

Revision 1.1, Sun May 16 20:39:20 2010 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: VERSION_1_12_1, VERSION_1_12_0, VERSION_1_11_7, VERSION_1_11_6, VERSION_1_11_5, VERSION_1_11_4, VERSION_1_11_3, VERSION_1_11_2, VERSION_1_11_1, VERSION_1_10_9, VERSION_1_10_8, VERSION_1_10_7, VERSION_1_10_6, VERSION_1_10_5_PREPDF, VERSION_1_10_5, VERSION_1_10_4, VERSION_1_10_3, VERSION_1_10_2, VERSION_1_10_10, VERSION_1_10_1

Add a basic regression test for .Bl -bullet and the various interactions
with .Bd.

.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