diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/roff/esc/c.in | 9 | ||||
-rw-r--r-- | regress/roff/esc/c.out_ascii | 4 | ||||
-rw-r--r-- | regress/roff/esc/c_man.in | 9 | ||||
-rw-r--r-- | regress/roff/esc/c_man.out_ascii | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/regress/roff/esc/c.in b/regress/roff/esc/c.in index c3b7a912..b7b47bc1 100644 --- a/regress/roff/esc/c.in +++ b/regress/roff/esc/c.in @@ -15,3 +15,12 @@ word one\c word .Ed +Blank line after \ec: +one\c + +word +.Bd -literal +one\c + +word +.Ed diff --git a/regress/roff/esc/c.out_ascii b/regress/roff/esc/c.out_ascii index a0f6a996..9f8570c4 100644 --- a/regress/roff/esc/c.out_ascii +++ b/regress/roff/esc/c.out_ascii @@ -7,5 +7,9 @@ DDEESSCCRRIIPPTTIIOONN No space between "one" and "word": oneword oneword + Blank line after \c: one word + + one + word OpenBSD December 2, 2014 OpenBSD diff --git a/regress/roff/esc/c_man.in b/regress/roff/esc/c_man.in index c18fad10..09e1ed3b 100644 --- a/regress/roff/esc/c_man.in +++ b/regress/roff/esc/c_man.in @@ -9,4 +9,13 @@ word one\c word .fi +Blank line after \ec: +one\c + +word +.nf +one\c + +word +.fi final text diff --git a/regress/roff/esc/c_man.out_ascii b/regress/roff/esc/c_man.out_ascii index d00b1b48..9062c335 100644 --- a/regress/roff/esc/c_man.out_ascii +++ b/regress/roff/esc/c_man.out_ascii @@ -8,6 +8,9 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN No space between "one" and "word": oneword oneword + Blank line after \c: one word + one + word final text |