aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/data
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-17 14:55:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-17 14:55:30 +0000
commit49598c9d922bda8ee429befd0845df1e70a49217 (patch)
treef7dbd2127ecb93408e2264d9e44f630fb0e92539 /regress/tbl/data
parent2fa768dd3258ecc39730b020f47e705a97c74d79 (diff)
downloadmandoc-49598c9d922bda8ee429befd0845df1e70a49217.tar.gz
mandoc-49598c9d922bda8ee429befd0845df1e70a49217.tar.zst
mandoc-49598c9d922bda8ee429befd0845df1e70a49217.zip
tables leak tab settings to subsequent text
Diffstat (limited to 'regress/tbl/data')
-rw-r--r--regress/tbl/data/block_width.in4
-rw-r--r--regress/tbl/data/block_width.out_ascii3
2 files changed, 7 insertions, 0 deletions
diff --git a/regress/tbl/data/block_width.in b/regress/tbl/data/block_width.in
index 8c24a6f4..abff1555 100644
--- a/regress/tbl/data/block_width.in
+++ b/regress/tbl/data/block_width.in
@@ -100,3 +100,7 @@ a:b:c:d:e:f:g:T{
1234567 90
T}
.TE
+.sp
+leaked tab settings:
+.br
+\& b c d e f g h
diff --git a/regress/tbl/data/block_width.out_ascii b/regress/tbl/data/block_width.out_ascii
index b454c5d3..f386feff 100644
--- a/regress/tbl/data/block_width.out_ascii
+++ b/regress/tbl/data/block_width.out_ascii
@@ -60,4 +60,7 @@ DDEESSCCRRIIPPTTIIOONN
|a | b | c | d | e | f | g | 1234567 |
| | | | | | | | 90 |
+--+---+---+---+---+---+---+-----------+
+ leaked tab settings:
+ b c d e f g h
+
OpenBSD June 15, 2017 OpenBSD