diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-22 12:21:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-22 12:21:03 +0000 |
commit | 4b119aaaf1c41e166b4050fc5400bdec6306baef (patch) | |
tree | 1068f181f9748bdcf14b1cf0e3deb871115379d3 /regress | |
parent | 6c375f4cc2d689b144c3643a842bacc7f2f0e11b (diff) | |
download | mandoc-4b119aaaf1c41e166b4050fc5400bdec6306baef.tar.gz |
Finished proper parsing of -column macros.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/test.list.06 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/test.list.06 b/regress/test.list.06 new file mode 100644 index 00000000..1398f529 --- /dev/null +++ b/regress/test.list.06 @@ -0,0 +1,12 @@ +.Dd $Mdocdate$ +.Dt +.Os +.Sh NAME +.Nm name +.Nd description +.Sh DESCRIPTION +.Bl -column "xxxxx" "xxxxx" +.It a Ta b +.It a Ta b +.It a Ta b Ta +.El |