From 5522c5dac7beb32c2ae73d2a8e943297cf725832 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 30 May 2010 21:28:30 +0000 Subject: First in several iterative patches in getting complex -column lists supported (which works but is tricky enough that it should be broken down into digestable parts). This simply moves around the propogation of ARGS_PEND into one recognised by phrase(). Added a few regressions for simple -column lists. --- regress/mdoc/It/mixed-tabs-tas.in | 13 +++++++++++++ regress/mdoc/It/simple-tabs-tas.in | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 regress/mdoc/It/mixed-tabs-tas.in create mode 100644 regress/mdoc/It/simple-tabs-tas.in (limited to 'regress/mdoc') diff --git a/regress/mdoc/It/mixed-tabs-tas.in b/regress/mdoc/It/mixed-tabs-tas.in new file mode 100644 index 00000000..a731a2db --- /dev/null +++ b/regress/mdoc/It/mixed-tabs-tas.in @@ -0,0 +1,13 @@ +.Dd $Mdocdate$ +.Dt FOO +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +.Bl -column asdfasdf asdfasdf asdfasdf +.It asdf Ta asdf asdf +.El +.Bl -column asdfasdf asdfasdf asdfasdf +.It asdf asdf ; Ta asdf +.El diff --git a/regress/mdoc/It/simple-tabs-tas.in b/regress/mdoc/It/simple-tabs-tas.in new file mode 100644 index 00000000..e1049f03 --- /dev/null +++ b/regress/mdoc/It/simple-tabs-tas.in @@ -0,0 +1,17 @@ +.Dd $Mdocdate$ +.Dt FOO +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +.Bl -column asdfasdf asdfasdf asdfasdf +.It asdf asdf asdf +.El +.Bl -column asdfasdf asdfasdf asdfasdf +.It asdf ; Ta asdf ; Ta asdf +.El +.Bl -tag -width Ds +.It asdf +asdf +.El -- cgit