aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dq/empty.out_ascii
Commit message (Collapse)AuthorAgeFilesLines
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-101-2/+2
| | | | inspired by mdoclint(1), and jmc@ considers it useful
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-301-1/+2
| | | | | | | | | | | and of called macros. This bug affects almost all macros, and fixing it simplifies the code. It is amazing that the bogus ARGS_QWORD feature got implemented in the first place, and then carrier along for more than eight years without anybody ever noticing that it was pointless. Reported by Leah Neukirchen <leah at vuxu dot org>, found on Void Linux.
* Many people have been complaining for a long time that ``...'' looksIngo Schwarze2017-02-171-2/+1
| | | | | | | | | | | ugly in -Tascii output. For that reason, bentley@ submitted patches to render "..." instead to groff in November 2014 (yes, more than two years ago). Carsten Kunze yesterday merged them for the upcoming groff-1.22.4 release. Yay! Consequently, do the same in mandoc: Render \(Lq and \(Rq (which are used for .Do, .Dq, .Lb, and .St) as '"' in -Tascii output. All other output modes including -Tutf8 remain unchanged.
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+10
Both kristaps@ and wiz@ repeated asked for this, literally for years.