aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/break/twice.in
Commit message (Collapse)AuthorAgeFilesLines
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-041-2/+3
| | | | | | | | 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.
* Fix block scoping error if an explicit block is broken by twoIngo Schwarze2017-02-161-5/+14
| | | | | | | | | 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.
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+32
Both kristaps@ and wiz@ repeated asked for this, literally for years.