summaryrefslogtreecommitdiffstats
path: root/regress/tbl/layout
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-13 14:39:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-13 14:39:13 +0000
commitd97f88fdc3356f92e109b2c0e9f7750f5e797810 (patch)
treec2650f3979c2c44dc671e445b9156dd2318ff0a5 /regress/tbl/layout
parent62adfe74d52fa6094cce4166de204021739274d5 (diff)
downloadmandoc-d97f88fdc3356f92e109b2c0e9f7750f5e797810.tar.gz
fix the interaction of the allbox option with spanned cells in the layout
Diffstat (limited to 'regress/tbl/layout')
-rw-r--r--regress/tbl/layout/span.in10
-rw-r--r--regress/tbl/layout/span.out_ascii8
2 files changed, 18 insertions, 0 deletions
diff --git a/regress/tbl/layout/span.in b/regress/tbl/layout/span.in
index dc172dcd..e210437a 100644
--- a/regress/tbl/layout/span.in
+++ b/regress/tbl/layout/span.in
@@ -38,3 +38,13 @@ s:c:d
a:s:d
a:b:s
.TE
+.sp
+.TS
+allbox tab(:);
+L L L L L
+C S S C S
+R R R R R.
+a:b:c:d:e
+s1:s2
+a:b:c:d:e
+.TE
diff --git a/regress/tbl/layout/span.out_ascii b/regress/tbl/layout/span.out_ascii
index 0ffb9899..b2c6fcf3 100644
--- a/regress/tbl/layout/span.out_ascii
+++ b/regress/tbl/layout/span.out_ascii
@@ -29,5 +29,13 @@ DDEESSCCRRIIPPTTIIOONN
|a b s |
+--------------+
+ +--+---+---+---+---+
+ |a | b | c | d | e |
+ +--+---+---+---+---+
+ | s1 | s2 |
+ +--+---+---+---+---+
+ |a | b | c | d | e |
+ +--+---+---+---+---+
+
TBL-LAYOUT-SPAN(1)