From 8ffe6ae0af636460360a7470a078008e4236cda1 Mon Sep 17 00:00:00 2001 From: schwarze Date: Sun, 28 Aug 2022 12:14:48 +0000 Subject: [PATCH] Adjust desired output after tbl_term.c rev. 1.66 (stop skipping vertical space after boxed tables). I'm committing this separately because trying to regenerate the desired output with groff-current reveals an unrelated, recent regression in groff. So i fixed the groff output by hand before committing it, to get rid of the effect of the roff regression. --- regress/usr.bin/mandoc/tbl/data/block_width.out_ascii | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/regress/usr.bin/mandoc/tbl/data/block_width.out_ascii b/regress/usr.bin/mandoc/tbl/data/block_width.out_ascii index 6600b7c0d23..352ba2da621 100644 --- a/regress/usr.bin/mandoc/tbl/data/block_width.out_ascii +++ b/regress/usr.bin/mandoc/tbl/data/block_width.out_ascii @@ -11,6 +11,7 @@ DDEESSCCRRIIPPTTIIOONN |1234567890123456789012345678901234567 | |90 | +----------------------------------------+ + two columns: +--+----------------------------+ |a | 123456789012345678901234 6 | @@ -18,6 +19,7 @@ DDEESSCCRRIIPPTTIIOONN |a | 123456789012345678901234 | | | 67 | +--+----------------------------+ + three columns: +--+---+---------------------+ |a | b | 12345678901234567 9 | @@ -25,6 +27,7 @@ DDEESSCCRRIIPPTTIIOONN |a | b | 12345678901234567 | | | | 90 | +--+---+---------------------+ + four columns: +--+---+---+------------------+ |a | b | c | 12345678901234 6 | @@ -32,6 +35,7 @@ DDEESSCCRRIIPPTTIIOONN |a | b | c | 12345678901234 | | | | | 67 | +--+---+---+------------------+ + five columns: +--+---+---+---+---------------+ |a | b | c | d | 12345678901 3 | @@ -39,6 +43,7 @@ DDEESSCCRRIIPPTTIIOONN |a | b | c | d | 12345678901 | | | | | | 34 | +--+---+---+---+---------------+ + six columns: +--+---+---+---+---+-------------+ |a | b | c | d | e | 123456789 1 | @@ -46,6 +51,7 @@ DDEESSCCRRIIPPTTIIOONN |a | b | c | d | e | 123456789 | | | | | | | 12 | +--+---+---+---+---+-------------+ + seven columns: +--+---+---+---+---+---+------------+ |a | b | c | d | e | f | 12345678 0 | @@ -53,6 +59,7 @@ DDEESSCCRRIIPPTTIIOONN |a | b | c | d | e | f | 12345678 | | | | | | | | 01 | +--+---+---+---+---+---+------------+ + eight columns: +--+---+---+---+---+---+---+-----------+ |a | b | c | d | e | f | g | 1234567 9 | @@ -60,6 +67,7 @@ DDEESSCCRRIIPPTTIIOONN |a | b | c | d | e | f | g | 1234567 | | | | | | | | | 90 | +--+---+---+---+---+---+---+-----------+ + leaked tab settings: b c d e f g h -- 2.20.1