diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-10 01:48:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-10 01:48:53 +0000 |
commit | 81aa584b2fb42578083c3724876f0d11d9e09e4d (patch) | |
tree | 542564f1972e19ff89c99a2408036b552424ca0a /regress/mdoc/Bl | |
parent | 0a22b0c0a17ed600835a33cebfe2cc2affd8ffc8 (diff) | |
download | mandoc-81aa584b2fb42578083c3724876f0d11d9e09e4d.tar.gz |
style message about missing blank before trailing delimiter;
inspired by mdoclint(1), and jmc@ considers it useful
Diffstat (limited to 'regress/mdoc/Bl')
-rw-r--r-- | regress/mdoc/Bl/breakingIt.in | 8 | ||||
-rw-r--r-- | regress/mdoc/Bl/breakingIt.out_ascii | 8 | ||||
-rw-r--r-- | regress/mdoc/Bl/breakingIt.out_markdown | 8 | ||||
-rw-r--r-- | regress/mdoc/Bl/noIt.in | 4 | ||||
-rw-r--r-- | regress/mdoc/Bl/noIt.out_ascii | 4 | ||||
-rw-r--r-- | regress/mdoc/Bl/noIt.out_markdown | 4 |
6 files changed, 18 insertions, 18 deletions
diff --git a/regress/mdoc/Bl/breakingIt.in b/regress/mdoc/Bl/breakingIt.in index 025ea257..6e75fcf4 100644 --- a/regress/mdoc/Bl/breakingIt.in +++ b/regress/mdoc/Bl/breakingIt.in @@ -9,14 +9,14 @@ .Bl -tag -width Ds Stray text. .Ao -More stray text. +More stray text .It tag Tagged text. .El .Bl -bullet Stray text. .Ao -More stray text. +More stray text .It Bullet point. .El @@ -24,7 +24,7 @@ Bullet point. .It tag Tagged text. .Ao -More tagged text. +More tagged text .It tag2 Yet more tagged text. .El @@ -32,7 +32,7 @@ Yet more tagged text. .It Item text. .Ao -More item text. +More item text .It Bullet point. .El diff --git a/regress/mdoc/Bl/breakingIt.out_ascii b/regress/mdoc/Bl/breakingIt.out_ascii index afb57973..9c8fd722 100644 --- a/regress/mdoc/Bl/breakingIt.out_ascii +++ b/regress/mdoc/Bl/breakingIt.out_ascii @@ -5,18 +5,18 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN BBrreeaakkiinngg ppaarrttiiaall eexxpplliicciitt mmaaccrrooss - Stray text. <More stray text.> + Stray text. <More stray text> tag Tagged text. - Stray text. <More stray text.> + Stray text. <More stray text> ++oo Bullet point. - tag Tagged text. <More tagged text.> + tag Tagged text. <More tagged text> tag2 Yet more tagged text. - ++oo Item text. <More item text.> + ++oo Item text. <More item text> ++oo Bullet point. diff --git a/regress/mdoc/Bl/breakingIt.out_markdown b/regress/mdoc/Bl/breakingIt.out_markdown index c6c3de6a..5739522d 100644 --- a/regress/mdoc/Bl/breakingIt.out_markdown +++ b/regress/mdoc/Bl/breakingIt.out_markdown @@ -9,28 +9,28 @@ BL-BREAKINGIT(1) - General Commands Manual ## Breaking partial explicit macros Stray text. -<More stray text.> +<More stray text> tag > Tagged text. Stray text. -<More stray text.> +<More stray text> * Bullet point. tag > Tagged text. -> <More tagged text.> +> <More tagged text> tag2 > Yet more tagged text. * Item text. - <More item text.> + <More item text> * Bullet point. diff --git a/regress/mdoc/Bl/noIt.in b/regress/mdoc/Bl/noIt.in index 46d8c0d2..05835b5d 100644 --- a/regress/mdoc/Bl/noIt.in +++ b/regress/mdoc/Bl/noIt.in @@ -7,14 +7,14 @@ .Sh DESCRIPTION .Bl -tag -width Ds Stray text. -.Em More stray text. +.Em More stray text .It tag Tagged text. .El .Bl -bullet Stray text. .Sm off -.Em More Sy stray Em text. +.Em More Sy stray Em text .Sm on .It Bullet point. diff --git a/regress/mdoc/Bl/noIt.out_ascii b/regress/mdoc/Bl/noIt.out_ascii index 9f603f1c..5b56cde5 100644 --- a/regress/mdoc/Bl/noIt.out_ascii +++ b/regress/mdoc/Bl/noIt.out_ascii @@ -4,10 +4,10 @@ NNAAMMEE BBll--nnooIItt - list missing item macros DDEESSCCRRIIPPTTIIOONN - Stray text. _M_o_r_e _s_t_r_a_y _t_e_x_t_. + Stray text. _M_o_r_e _s_t_r_a_y _t_e_x_t tag Tagged text. - Stray text. _M_o_r_essttrraayy_t_e_x_t_. + Stray text. _M_o_r_essttrraayy_t_e_x_t ++oo Bullet point. Stray text only. diff --git a/regress/mdoc/Bl/noIt.out_markdown b/regress/mdoc/Bl/noIt.out_markdown index a2fc0876..96d4b7af 100644 --- a/regress/mdoc/Bl/noIt.out_markdown +++ b/regress/mdoc/Bl/noIt.out_markdown @@ -7,14 +7,14 @@ BL-NOIT(1) - General Commands Manual # DESCRIPTION Stray text. -*More stray text.* +*More stray text* tag > Tagged text. Stray text. -*More*‌**stray**‌*text.* +*More*‌**stray**‌*text* * Bullet point. |