aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-30 21:28:30 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-30 21:28:30 +0000
commita09ab3c573cd4f51a974cccf58ffaaab60d080ef (patch)
tree7669d5b0eb2951eeadda5834dc967564fc9b0d90 /regress
parent89acde071c972b5d612dcc42dd85d1d8ae6c3597 (diff)
downloadmandoc-a09ab3c573cd4f51a974cccf58ffaaab60d080ef.tar.gz
mandoc-a09ab3c573cd4f51a974cccf58ffaaab60d080ef.tar.zst
mandoc-a09ab3c573cd4f51a974cccf58ffaaab60d080ef.zip
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.
Diffstat (limited to 'regress')
-rw-r--r--regress/mdoc/It/mixed-tabs-tas.in13
-rw-r--r--regress/mdoc/It/simple-tabs-tas.in17
2 files changed, 30 insertions, 0 deletions
diff --git a/regress/mdoc/It/mixed-tabs-tas.in b/regress/mdoc/It/mixed-tabs-tas.in
new file mode 100644
index 00000000..0c6fca3c
--- /dev/null
+++ b/regress/mdoc/It/mixed-tabs-tas.in
@@ -0,0 +1,13 @@
+.Dd $Mdocdate: May 30 2010 $
+.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..7b033935
--- /dev/null
+++ b/regress/mdoc/It/simple-tabs-tas.in
@@ -0,0 +1,17 @@
+.Dd $Mdocdate: May 30 2010 $
+.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