From 4739b39372b31b9276373673e199b90e33fb70a8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 28 Apr 2022 10:26:37 +0000 Subject: Element next-line scopes may nest, so man_breakscope() may have to break multiple element next-line scopes at the same time, similar to what man_descope() already does for unconditional rewinding. This fixes an assertion failure that tb@ found with afl(1), caused by .SH .I .I .BI and similar sequences of macros without arguments. --- regress/man/B/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/man/B/Makefile') diff --git a/regress/man/B/Makefile b/regress/man/B/Makefile index 0fbecac0..a3ac6257 100644 --- a/regress/man/B/Makefile +++ b/regress/man/B/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:52 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2022/04/28 10:17:38 schwarze Exp $ -REGRESS_TARGETS = args blank -LINT_TARGETS = args blank +REGRESS_TARGETS = args blank nest +LINT_TARGETS = args blank nest # groff-1.22.3 defect: # - A blank line in next line scope causes a blank line. -- cgit v1.2.3-56-ge451