diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-11 21:02:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-11 21:02:26 +0000 |
commit | 941009cd11c1a322f38699c80949ef439ee2fb0d (patch) | |
tree | 49bc0dde624e1ef44dff713c2b130fc323b68c41 /regress/tbl/layout/badspan.out_ascii | |
parent | 2025d1bd7b4c4def4b102ae37c61ea7c0183daa6 (diff) | |
download | mandoc-941009cd11c1a322f38699c80949ef439ee2fb0d.tar.gz |
test tbl_term.c rev. 1.73 and tbl_data.c rev. 1.53:
incomplete short layout lines followed by longer lines,
and spans at the beginning of layout lines
Diffstat (limited to 'regress/tbl/layout/badspan.out_ascii')
-rw-r--r-- | regress/tbl/layout/badspan.out_ascii | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/regress/tbl/layout/badspan.out_ascii b/regress/tbl/layout/badspan.out_ascii new file mode 100644 index 00000000..36d062dc --- /dev/null +++ b/regress/tbl/layout/badspan.out_ascii @@ -0,0 +1,18 @@ +TBL-LAYOUT-BADSPAN(1) General Commands Manual TBL-LAYOUT-BADSPAN(1) + + + +NNAAMMEE + tbl-layout-badspan - invalid spanned cells + +DDEESSCCRRIIPPTTIIOONN + normal text + + +--+-----------+-----+---+ + | | span | end | | + +--+---+---+---+-----+---+ + |1 | 2 | 3 | 4 | 5 | 6 | + +--+---+---+---+-----+---+ + + +OpenBSD January 11, 2020 TBL-LAYOUT-BADSPAN(1) |