diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-28 10:26:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-28 10:26:37 +0000 |
commit | ae95bf4c9468b176445f464bec4255eb69978cfa (patch) | |
tree | ad0231e96a50139b4b21fbee7a8829e5846f11a4 /regress/man/B/nest.out_ascii | |
parent | b4c6ee8b16f890a5c4514c24d3fa9ee27cb0efe0 (diff) | |
download | mandoc-ae95bf4c9468b176445f464bec4255eb69978cfa.tar.gz |
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.
Diffstat (limited to 'regress/man/B/nest.out_ascii')
-rw-r--r-- | regress/man/B/nest.out_ascii | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/man/B/nest.out_ascii b/regress/man/B/nest.out_ascii new file mode 100644 index 00000000..30aa897d --- /dev/null +++ b/regress/man/B/nest.out_ascii @@ -0,0 +1,12 @@ +B-NEST(1) General Commands Manual B-NEST(1) + +NNAAMMEE + B-nest - nested next-line scopes + +DDEESSCCRRIIPPTTIIOONN + initial text bboolldd tteexxtt back to roman _i_t_a_l_i_croman + +section_h_e_a_d_e_r + final text + +OpenBSD April 28, 2022 B-NEST(1) |