aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/break
Commit message (Collapse)AuthorAgeFilesLines
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-0420-62/+52
| | | | | | | | 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.
* cope with changes in BASE messagesIngo Schwarze2017-06-255-10/+15
|
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-175-0/+5
|
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-115-0/+5
| | | | | and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1).
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-091-1/+0
| | | | | | | Now that markdown output is tested for almost everything, test all 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.
* enable -T markdown tests of filled displays and tagged listsIngo Schwarze2017-03-082-1/+44
|
* first batch of -T markdown testsIngo Schwarze2017-03-055-0/+100
|
* Fix block scoping error if an explicit block is broken by twoIngo Schwarze2017-02-163-10/+26
| | | | | | | | | implicit blocks (.Aq Bq Po .Pc) that left the outer breaker open and could in exceptional cases, like between .Bl and .It, cause tree corruption leading to NULL dereference. Found by tb@ with afl(1). While here, do not mark intermediate ENDBODY markers as broken.
* new regression tests for mdoc_macro.c revs. 1.211-1.215Ingo Schwarze2017-02-113-4/+19
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-0816-0/+249
Both kristaps@ and wiz@ repeated asked for this, literally for years.