summaryrefslogtreecommitdiffstats
path: root/regress/tbl/macro
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/macro
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/macro')
-rw-r--r--regress/tbl/macro/man.out_ascii2
-rw-r--r--regress/tbl/macro/nested.out_ascii2
-rw-r--r--regress/tbl/macro/req.out_ascii2
3 files changed, 3 insertions, 3 deletions
diff --git a/regress/tbl/macro/man.out_ascii b/regress/tbl/macro/man.out_ascii
index b5ed2163..588c6b58 100644
--- a/regress/tbl/macro/man.out_ascii
+++ b/regress/tbl/macro/man.out_ascii
@@ -5,12 +5,12 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
normal text
-
+--+---+
|a | b |
+--+---+
|c | d |
+--+---+
+
normal text
OpenBSD December 16, 2014 TBL-MACRO-MAN(1)
diff --git a/regress/tbl/macro/nested.out_ascii b/regress/tbl/macro/nested.out_ascii
index d71b2ee7..f96e8aa9 100644
--- a/regress/tbl/macro/nested.out_ascii
+++ b/regress/tbl/macro/nested.out_ascii
@@ -5,13 +5,13 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
normal text
-
+--+---+
|a | b |
+--+---+
|c | d |
|e | f |
+--+---+
+
normal text
OpenBSD December 16, 2014 TBL-MACRO-NESTED(1)
diff --git a/regress/tbl/macro/req.out_ascii b/regress/tbl/macro/req.out_ascii
index 168b1ea1..67b7c98d 100644
--- a/regress/tbl/macro/req.out_ascii
+++ b/regress/tbl/macro/req.out_ascii
@@ -5,7 +5,6 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
initial text
-
+--+-----+
|a | b |
+--+-----+
@@ -13,6 +12,7 @@ DDEESSCCRRIIPPTTIIOONN
|f | g h |
|i | j k |
+--+-----+
+
final text
OpenBSD April 30, 2022 TBL-MACRO-REQ(1)