diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 03:02:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 03:02:13 +0000 |
commit | 4c0770c1ecd159a77561d8e0364385f4bb758650 (patch) | |
tree | 5c2d5820b093c1c08b6047ff110e9b055083a5ea /regress/tbl/layout/complex.in | |
parent | d16e7f2cf346476e177ce672851b0b957aebbe5d (diff) | |
download | mandoc-4c0770c1ecd159a77561d8e0364385f4bb758650.tar.gz |
Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this,
literally for years.
Diffstat (limited to 'regress/tbl/layout/complex.in')
-rw-r--r-- | regress/tbl/layout/complex.in | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/regress/tbl/layout/complex.in b/regress/tbl/layout/complex.in new file mode 100644 index 00000000..185c5af2 --- /dev/null +++ b/regress/tbl/layout/complex.in @@ -0,0 +1,37 @@ +.TH TBL-LAYOUT-COMPLEX 1 "January 26, 2015" OpenBSD +.SH NAME +tbl-layout-complex \- complex table layout +.SH DESCRIPTION +normal text +.TS +box tab(:); +l|p-1l bsil|||l,l|l ilb^|i||l. +a:b:c:d +e:f:g:h:i +.TE +.PP +normal text +.TS +box tab(:); +l ^ +l l. +a:b +c:d +.TE +.PP +normal text +.TS +tab(:); +||l||l|| +|l|l| +ll. +_ +a:b +_ +c:d +_ +e:f +_ +.TE +.PP +normal text |