diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-26 14:52:05 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-26 14:52:05 +0000 |
commit | c1cd8ca4c718f4917e14241a7666a071d266192d (patch) | |
tree | 65e5e40238ccf7f8d120ef32890358e72632a6de /regress/tbl/data/escz_end.out_ascii | |
parent | 008fe3ecbf933d6e4c5edd9fd1ff2327703d428f (diff) | |
download | mandoc-c1cd8ca4c718f4917e14241a7666a071d266192d.tar.gz |
At the end of every tbl(7) cell, clear the \z state.
This is needed because the TERMP_MULTICOL mode is designed such
that term_tbl() buffers all the cells of the table row before the
normal reset logic near the end of term_flushln() can be reached.
This fixes an assertion failure triggered by \z near the end
of a table cell, found by tb@ using afl(1).
Diffstat (limited to 'regress/tbl/data/escz_end.out_ascii')
-rw-r--r-- | regress/tbl/data/escz_end.out_ascii | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/regress/tbl/data/escz_end.out_ascii b/regress/tbl/data/escz_end.out_ascii new file mode 100644 index 00000000..f195c9c2 --- /dev/null +++ b/regress/tbl/data/escz_end.out_ascii @@ -0,0 +1,14 @@ +TBL-DATA-ESCZ_END(1) General Commands Manual TBL-DATA-ESCZ_END(1) + +NNAAMMEE + tbl-data-escz_end - z escape sequence at the end of a tbl(7) cell + +DDEESSCCRRIIPPTTIIOONN + initial text + + a b c + d e f + + final text + +OpenBSD April 26, 2022 TBL-DATA-ESCZ_END(1) |