From 7c21e799709ecf07c1b496962ab547b41f27db7e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 20 May 2022 12:32:29 +0000 Subject: Test the handling of some additional one-character escape sequences that take no argument and are ignored: \% \& \^ \a \d \t \u \{ \| \} No change to parsing or formatting needed. --- regress/roff/esc/ignore.out_ascii | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'regress/roff/esc/ignore.out_ascii') diff --git a/regress/roff/esc/ignore.out_ascii b/regress/roff/esc/ignore.out_ascii index 536fc245..5d98db9d 100644 --- a/regress/roff/esc/ignore.out_ascii +++ b/regress/roff/esc/ignore.out_ascii @@ -4,12 +4,22 @@ NNAAMMEE esc-ignore - ignored roff escape sequences DDEESSCCRRIIPPTTIIOONN - closing parenthesis: abc - comma: abc - slash: abc + percent (hyphenation allowed): abc + ampersand (zero width space): abc + closing parenthesis (ZWS transparent to EOS): abc + comma (left italic correction): abc + slash (right italic correction): abc + caret (1/12 em space): abc + a (leader): abc + d (half line feed): abc + t (horizontal tab): abc + u (half reverse line feed): abc + opening brace: abc + bar (1/6 em space): abc + closing brace: abc multiform: abcd quoted: abc sizes: abcdef signed sizes: abcdef -OpenBSD December 15, 2018 ESC-IGNORE(1) +OpenBSD May 20, 2022 ESC-IGNORE(1) -- cgit