diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-16 17:59:43 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-16 17:59:43 +0000 |
commit | 7c35731ce270342898c4834e71ab36ffdd55153c (patch) | |
tree | 6cd3d2e6480a375389726b6ab991686532466307 /regress/mdoc/Bl/diag.in | |
parent | 7cad5a257f6181e7aae5ca0002589081a02dd064 (diff) | |
download | mandoc-7c35731ce270342898c4834e71ab36ffdd55153c.tar.gz |
test -diag -width and -inset -width
Diffstat (limited to 'regress/mdoc/Bl/diag.in')
-rw-r--r-- | regress/mdoc/Bl/diag.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/mdoc/Bl/diag.in b/regress/mdoc/Bl/diag.in index de09d465..f584f4f3 100644 --- a/regress/mdoc/Bl/diag.in +++ b/regress/mdoc/Bl/diag.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: diag.in,v 1.6 2017/07/04 14:53:24 schwarze Exp $ +.\" $OpenBSD: diag.in,v 1.7 2017/07/16 17:53:29 schwarze Exp $ .Dd $Mdocdate$ .Dt BL-DIAG 1 .Os @@ -38,10 +38,11 @@ x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x .It zehn__zehn x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x .El -.Bl -diag +.Bl -diag -width 10n .It This is a very long text contained in the diag item head, it is \ so long that it overruns the line - -and here comes the item body. +and here comes the item body, +which is also long enough to break the line again. .El .Pp Check that It is not parsed in Bl: |