diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-21 12:56:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-21 12:56:25 +0000 |
commit | cdd69415955f3b490794c5de779d1fa8f8003095 (patch) | |
tree | 6dbe0e34d19ba881324e361478637925374e1c9b /regress/usr.bin/mandoc/mdoc/Fl/punct.out_ascii | |
parent | ca085c6139a644968809f97505ada5bc375ff2c9 (diff) |
Right after .Fl, a middle delimiter triggers an empty scope,
just like a closing delimiter. This didn't work in groff-1.15,
but it now works in groff-1.22.
After being closed by delimiters, .Nm scopes do not reopen.
Do not suppress white space after .Fl if the next node is a text node
on the same input line; that can happen for middle delimiters.
Fixing an issue reported by jmc@.
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Fl/punct.out_ascii')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Fl/punct.out_ascii | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Fl/punct.out_ascii b/regress/usr.bin/mandoc/mdoc/Fl/punct.out_ascii index af40edd0ee3..1c72b260019 100644 --- a/regress/usr.bin/mandoc/mdoc/Fl/punct.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Fl/punct.out_ascii @@ -5,7 +5,8 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN closing punctuation --aa) only one --) only more than one --)) middle --aa) --zz - dot --. --zz comma --, --zz semicolon --; --zz colon --: --zz quest --? --zz excl --! --zz - paren --) --zz bracket --] --zz bar | --mm op paren (--aa op bracket [--aa + start --) --zz dot --. --zz comma --, --zz semicolon --; --zz colon --: --zz quest --? --zz + excl --! --zz paren --) --zz bracket --] --zz bar -- | --mm op paren (--aa op bracket + [--aa -OpenBSD April 7, 2010 OpenBSD +OpenBSD August 21, 2014 OpenBSD |