aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ce/basic.out_ascii
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
commit14be1f050f9c4f779e75454ecedfad4b1386ce0a (patch)
treefd0a0c82f9033c48db54c84f12b7d83cdbd9de97 /regress/roff/ce/basic.out_ascii
parent835540e0c710d0fcef85cc4e79f3200d559bc2c9 (diff)
downloadmandoc-14be1f050f9c4f779e75454ecedfad4b1386ce0a.tar.gz
mandoc-14be1f050f9c4f779e75454ecedfad4b1386ce0a.tar.zst
mandoc-14be1f050f9c4f779e75454ecedfad4b1386ce0a.zip
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.out_ascii')
-rw-r--r--regress/roff/ce/basic.out_ascii10
1 files changed, 8 insertions, 2 deletions
diff --git a/regress/roff/ce/basic.out_ascii b/regress/roff/ce/basic.out_ascii
index 709e1e96..fe292e71 100644
--- a/regress/roff/ce/basic.out_ascii
+++ b/regress/roff/ce/basic.out_ascii
@@ -12,8 +12,14 @@ DDEESSCCRRIIPPTTIIOONN
normal text
Text adjusted to the right margin
works in just the same way and isn't filled either.
- final text
+ Now entering
+ explicit no-fill mode.
+ Text is still
+ not filled.
+ final text in fill mode
-OpenBSD January 4, 2019 CE-BASIC(1)
+
+
+OpenBSD September 2, 2020 CE-BASIC(1)