source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Add a basic regression test for .Bl -bullet and the various
@ 2010-05-16 20:39 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-05-16 20:39 UTC (permalink / raw)
  To: source

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

Added Files:
-----------
    mdocml/regress/mdoc/Bl:
        bullet-basic.in

Revision Data
-------------
--- /dev/null
+++ 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
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-16 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-16 20:39 mdocml: Add a basic regression test for .Bl -bullet and the various kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).