diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 14:55:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 14:55:30 +0000 |
commit | b22a929d117e71834f587cea03908a8196c8c4d0 (patch) | |
tree | 3221477a6d56ed4336a554f82a23f0bb3a68221c /regress/tbl/mod | |
parent | 8b829c3fb9f3b6e04849fd535eeb826b618e533a (diff) | |
download | mandoc-b22a929d117e71834f587cea03908a8196c8c4d0.tar.gz |
tables leak tab settings to subsequent text
Diffstat (limited to 'regress/tbl/mod')
-rw-r--r-- | regress/tbl/mod/expand.in | 6 | ||||
-rw-r--r-- | regress/tbl/mod/expand.out_ascii | 3 | ||||
-rw-r--r-- | regress/tbl/mod/font.in | 4 | ||||
-rw-r--r-- | regress/tbl/mod/font.out_ascii | 3 | ||||
-rw-r--r-- | regress/tbl/mod/font.out_lint | 4 |
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 |