aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/No
Commit message (Collapse)AuthorAgeFilesLines
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-111-1/+0
| | | | | | | In practice, that message only matters inside .Bf, and even there, it can occasionally be a false positive. In all other cases, it usually is a false positive, so it is better to drop it outright. Suggested by jmc@.
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-104-3/+12
| | | | inspired by mdoclint(1), and jmc@ considers it useful
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-304-7/+8
| | | | | | | | | | | 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.
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-081-1/+0
| | | | | | input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
* first batch of -T markdown testsIngo Schwarze2017-03-053-0/+114
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-086-0/+174
Both kristaps@ and wiz@ repeated asked for this, literally for years.