aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/layout/span.out_ascii
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
commit4e4b238b9de9ce600428b3f232d40a6e9bac4a17 (patch)
tree1429b8c782d9483a720701a032b86c8584652fe1 /regress/tbl/layout/span.out_ascii
parent15d0494a307f70b4e1f9e676dd38e057228d319d (diff)
downloadmandoc-4e4b238b9de9ce600428b3f232d40a6e9bac4a17.tar.gz
mandoc-4e4b238b9de9ce600428b3f232d40a6e9bac4a17.tar.zst
mandoc-4e4b238b9de9ce600428b3f232d40a6e9bac4a17.zip
fix the interaction of the allbox option with spanned cells in the layout
Diffstat (limited to 'regress/tbl/layout/span.out_ascii')
-rw-r--r--regress/tbl/layout/span.out_ascii8
1 files changed, 8 insertions, 0 deletions
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)