Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test -diag -width and -inset -width | Ingo Schwarze | 2017-07-16 | 9 | -12/+20 |
| | |||||
* | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | 2017-07-04 | 111 | -283/+270 |
| | | | | | | | | 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. | ||||
* | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze | 2017-06-29 | 7 | -8/+74 |
| | | | | triggered by a question from Yuri Pankov (illumos) | ||||
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 14 | -28/+42 |
| | |||||
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 14 | -0/+14 |
| | |||||
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 4 | -10/+10 |
| | | | | in horizontal orientation in the terminal formatter | ||||
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 14 | -0/+14 |
| | | | | | and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1). | ||||
* | style message about missing blank before trailing delimiter; | Ingo Schwarze | 2017-06-10 | 6 | -18/+18 |
| | | | | inspired by mdoclint(1), and jmc@ considers it useful | ||||
* | Now that markdown output is tested for almost everything, test all | Ingo Schwarze | 2017-03-08 | 1 | -6/+4 |
| | | | | | | 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. | ||||
* | .Bl -column never gets blank lines between rows | Ingo Schwarze | 2017-03-08 | 3 | -1/+94 |
| | |||||
* | add two result files that were forgotten | Ingo Schwarze | 2017-03-08 | 1 | -0/+42 |
| | |||||
* | enable -T markdown tests of filled displays and tagged lists | Ingo Schwarze | 2017-03-08 | 14 | -4/+817 |
| | |||||
* | Escape blanks at the end of markdown lines | Ingo Schwarze | 2017-03-07 | 1 | -1/+1 |
| | | | | such that they don't look like output line breaks. | ||||
* | first batch of -T markdown tests | Ingo Schwarze | 2017-03-05 | 15 | -0/+409 |
| | |||||
* | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze | 2017-02-16 | 1 | -1/+1 |
| | | | | | | column width specifiers, so stop supporting them, too. As a side effect, this fixes an assertion failure that tb@ found with afl(1), triggered by: .Bl -column -4n | ||||
* | new regression tests for mdoc_macro.c revs. 1.211-1.215 | Ingo Schwarze | 2017-02-11 | 3 | -3/+34 |
| | |||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 76 | -0/+2938 |
| | | | | | Both kristaps@ and wiz@ repeated asked for this, literally for years. | ||||
* | Move the regression suite to the attic. | Ingo Schwarze | 2014-03-03 | 2 | -79/+0 |
| | | | | | | | It has not been used or maintained for several years, and we won't start using it now. Devlopment regression testing is done in OpenBSD, and there is no value in maintaining two regression suites in parallel. | ||||
* | Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults | Kristaps Dzonsons | 2010-06-12 | 1 | -0/+15 |
| | | | | | to 6n if no value is specified" and added regression tests for `Bl' testing against the empty -offset argument. | ||||
* | Add a basic regression test for .Bl -bullet and the various interactions | Joerg Sonnenberger | 2010-05-16 | 1 | -0/+64 |
with .Bd. |