aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/mod
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/mod
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/mod')
-rw-r--r--regress/tbl/mod/expand.in6
-rw-r--r--regress/tbl/mod/expand.out_ascii3
-rw-r--r--regress/tbl/mod/font.in4
-rw-r--r--regress/tbl/mod/font.out_ascii3
-rw-r--r--regress/tbl/mod/font.out_lint4
5 files changed, 20 insertions, 0 deletions
diff --git a/regress/tbl/mod/expand.in b/regress/tbl/mod/expand.in
index dbb490f5..d51cd2a6 100644
--- a/regress/tbl/mod/expand.in
+++ b/regress/tbl/mod/expand.in
@@ -223,3 +223,9 @@ tab(:);
lx lx lx lx lx l rx.
x:x:x:x:x:123456789012345678901234567890123456789012:x
.TE
+.sp
+.nf
+leaked tab settings:
+.br
+a b c d e f g h
+.fi
diff --git a/regress/tbl/mod/expand.out_ascii b/regress/tbl/mod/expand.out_ascii
index 2b4d193a..41bf9869 100644
--- a/regress/tbl/mod/expand.out_ascii
+++ b/regress/tbl/mod/expand.out_ascii
@@ -96,6 +96,9 @@ DDEESSCCRRIIPPTTIIOONN
x x x x x 123456789012345678901234567890123456789012 x
+ leaked tab settings:
+ a b c d e f g h
+
OpenBSD January 27, 2015 TBL-MOD-EXPAND(1)
diff --git a/regress/tbl/mod/font.in b/regress/tbl/mod/font.in
index b371bfcb..448c1bf6 100644
--- a/regress/tbl/mod/font.in
+++ b/regress/tbl/mod/font.in
@@ -12,3 +12,7 @@ _
italic:roman:bold
and:so:on
.TE
+.sp
+leaked tab settings:
+.br
+a b c d e
diff --git a/regress/tbl/mod/font.out_ascii b/regress/tbl/mod/font.out_ascii
index 70438643..4e431870 100644
--- a/regress/tbl/mod/font.out_ascii
+++ b/regress/tbl/mod/font.out_ascii
@@ -14,6 +14,9 @@ DDEESSCCRRIIPPTTIIOONN
|_i_t_a_l_i_c | roman | bboolldd |
| _a_n_d | so | oonn |
+-------+-------+--------+
+ leaked tab settings:
+ a b c de
+
OpenBSD February 10, 2015 TBL-MOD-FONT(1)
diff --git a/regress/tbl/mod/font.out_lint b/regress/tbl/mod/font.out_lint
index 14506a51..d45d1896 100644
--- a/regress/tbl/mod/font.out_lint
+++ b/regress/tbl/mod/font.out_lint
@@ -1 +1,5 @@
mandoc: font.in:8:6: WARNING: unknown font, skipping request: TS fCW|ci
+mandoc: font.in:18:2: WARNING: tab in filled text
+mandoc: font.in:18:4: WARNING: tab in filled text
+mandoc: font.in:18:6: WARNING: tab in filled text
+mandoc: font.in:18:8: WARNING: tab in filled text