aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-10 01:48:53 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-10 01:48:53 +0000
commitabed8762b0477726a99b6150b73b539d4f5249e3 (patch)
tree076599b497ae4774c6fabb804bbf540eb6688d97 /regress/mdoc/Bl
parentd1008ef735ba0cceb18ab8b96c6a029d71ac93da (diff)
downloadmandoc-abed8762b0477726a99b6150b73b539d4f5249e3.tar.gz
mandoc-abed8762b0477726a99b6150b73b539d4f5249e3.tar.zst
mandoc-abed8762b0477726a99b6150b73b539d4f5249e3.zip
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.in8
-rw-r--r--regress/mdoc/Bl/breakingIt.out_ascii8
-rw-r--r--regress/mdoc/Bl/breakingIt.out_markdown8
-rw-r--r--regress/mdoc/Bl/noIt.in4
-rw-r--r--regress/mdoc/Bl/noIt.out_ascii4
-rw-r--r--regress/mdoc/Bl/noIt.out_markdown4
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.
-&lt;More stray text.&gt;
+&lt;More stray text&gt;
tag
> Tagged text.
Stray text.
-&lt;More stray text.&gt;
+&lt;More stray text&gt;
* Bullet point.
tag
> Tagged text.
-> &lt;More tagged text.&gt;
+> &lt;More tagged text&gt;
tag2
> Yet more tagged text.
* Item text.
- &lt;More item text.&gt;
+ &lt;More item text&gt;
* 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*&zwnj;**stray**&zwnj;*text.*
+*More*&zwnj;**stray**&zwnj;*text*
* Bullet point.