summaryrefslogtreecommitdiffstats
path: root/regress/tbl/layout/emptycol.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-08-28 11:55:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-08-28 11:55:30 +0000
commit43d66ed0c3145dfa01ffacc16eb6e8b65f5554a3 (patch)
tree40b0ce275de19f556d57118911552f9087db7cab /regress/tbl/layout/emptycol.out_ascii
parent987b06113fad7f62388895986dd119ed2fa17a5c (diff)
downloadmandoc-43d66ed0c3145dfa01ffacc16eb6e8b65f5554a3.tar.gz
Vertical spacing changes around tables in man_term.c rev. 1.241
and tbl_term.c rev. 1.79 cause quite a bit of churn, unfortunately. This commit cleans up most of it.
Diffstat (limited to 'regress/tbl/layout/emptycol.out_ascii')
-rw-r--r--regress/tbl/layout/emptycol.out_ascii10
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/tbl/layout/emptycol.out_ascii b/regress/tbl/layout/emptycol.out_ascii
index 4acd53f5..e6ec5b86 100644
--- a/regress/tbl/layout/emptycol.out_ascii
+++ b/regress/tbl/layout/emptycol.out_ascii
@@ -5,38 +5,38 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
missing final column:
-
+--+---+---+
|1 | 2 | |
+--+---+---+
|a | b | |
+--+---+---+
- empty final column:
+ empty final column:
+--+---+---+
|1 | 2 | |
+--+---+---+
|a | b | |
+--+---+---+
- final column with zero-width content:
+ final column with zero-width content:
+--+---+---+
|1 | 2 | |
+--+---+---+
|a | b | |
+--+---+---+
- empty middle column:
+ empty middle column:
+--+---+---+
|1 | | 3 |
+--+---+---+
|a | | |
+--+---+---+
- span crossing empty middle column:
+ span crossing empty middle column:
+--+---+---+
|1 | | 3 |
+--+---+---+
|span |
+----------+
+
OpenBSD December 31, 2019 TBL-LAYOUT-EMPTYCOL(1)