aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/args/roff.in
Commit message (Collapse)AuthorAgeFilesLines
* Disable one test for now that is broken after the addition of \).Ingo Schwarze2018-08-191-3/+3
| | | | | | | | It is not broken because of \), which is correctly implemented, but the addition merely reveals a hidden bug elsewhere, almost certainly in \\ handling. Given that \\ is among the most mysterious escape sequences and using it is very strongly discouraged in manual pages, fixing that is not urgent - and may be hard.
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-041-1/+2
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-1/+1
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+71
Both kristaps@ and wiz@ repeated asked for this, literally for years.