xref: /openbsd-src/regress/usr.bin/mandoc/tbl/layout/emptycol.out_ascii (revision 6627b33116e69ffa8a2b4042a27cad849d7af041)
1TBL-LAYOUT-EMPTYCOL(1)      General Commands Manual     TBL-LAYOUT-EMPTYCOL(1)
2
3NNAAMMEE
4     tbl-layout-emptycol - empty columns in tables
5
6DDEESSCCRRIIPPTTIIOONN
7     missing final column:
8     +--+---+---+
9     |1 | 2 |   |
10     +--+---+---+
11     |a | b |   |
12     +--+---+---+
13
14     empty final column:
15     +--+---+---+
16     |1 | 2 |   |
17     +--+---+---+
18     |a | b |   |
19     +--+---+---+
20
21     final column with zero-width content:
22     +--+---+---+
23     |1 | 2 |   |
24     +--+---+---+
25     |a | b |   |
26     +--+---+---+
27
28     empty middle column:
29     +--+---+---+
30     |1 |   | 3 |
31     +--+---+---+
32     |a |   |   |
33     +--+---+---+
34
35     span crossing empty middle column:
36     +--+---+---+
37     |1 |   | 3 |
38     +--+---+---+
39     |span      |
40     +----------+
41
42OpenBSD                        December 31, 2019        TBL-LAYOUT-EMPTYCOL(1)
43