summaryrefslogtreecommitdiffstats
path: root/regress/roff/ce/basic.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-09-02 16:40:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-09-02 16:40:36 +0000
commita16b428562f34f00dcddfb348725b4270d05654f (patch)
tree413968813980b3ed5c4b587f093ad32c94676267 /regress/roff/ce/basic.in
parente6403d9b9e46516e77bb92cf68112cfcb0973755 (diff)
downloadmandoc-a16b428562f34f00dcddfb348725b4270d05654f.tar.gz
Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.
While here, drop two unused arguments from the function term_field(); the related work was already done by term_fill() before this commit. I found the bug in an afl run that was performed by Jan Schreiber <jes at posteo dot de>.
Diffstat (limited to 'regress/roff/ce/basic.in')
-rw-r--r--regress/roff/ce/basic.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/regress/roff/ce/basic.in b/regress/roff/ce/basic.in
index 9930d56b..e2bd88b9 100644
--- a/regress/roff/ce/basic.in
+++ b/regress/roff/ce/basic.in
@@ -1,5 +1,5 @@
-.\" $OpenBSD: basic.in,v 1.1 2019/01/04 01:06:44 schwarze Exp $
-.TH CE-BASIC 1 "January 4, 2019"
+.\" $OpenBSD: basic.in,v 1.2 2020/09/02 16:36:48 schwarze Exp $
+.TH CE-BASIC 1 "September 2, 2020"
.SH NAME
ce-basic \- basic usage of the centering request
.SH DESCRIPTION
@@ -13,5 +13,15 @@ text
.rj 2
Text adjusted to the right margin
works in just the same way and isn't filled either.
+.PP
+.nf
+Now entering
+explicit no-fill mode.
+.ce 2
+Text is still
+not filled.
+.PP
+.fi
final
text
+in fill mode