Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Dt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 26 13:41:29 2025 UTC (8 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +10 -1 lines
Diff to previous 1.5 (colored)
Like for .Dd, the code changes to .Dt in groff-1.23 are so extensive that with reasonable effort, only part of the regressions can be patched back. If i went down that rabbit hole now, i would never get groff updated, so the best i can do for now is to mark the affected tests with SKIP_GROFF. Essentially, groff-1.23 is completely broken unless authors stick to the conventional order of the prologue macros, i.e. .Dd .Dt .Os. OpenBSD base system manual pages are not affected because we always stick to that order, but it would be somewhat surprising if there were no third-party pages somewhere in the wild using a different order. We'll likely have to return to this particular regression at a later time.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 26 12:48:23 2025 UTC (8 days, 1 hour ago) by schwarze
Branch: MAIN
Changes since 1.4: +7 -4 lines
Diff to previous 1.4 (colored)
With groff-1.23.0, mdoc(7) pages without a body produce the same output as with mandoc(1), so drop SKIP_GROFF. While here, also clarify that there are two different reasons for the SKIP_TMAN entries.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 26 12:35:52 2025 UTC (8 days, 1 hour ago) by schwarze
Branch: MAIN
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored)
test handling of a bad section number, related to mdoc_validate.c rev. 1.396
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 8 22:54:43 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
VERSION_1_14_5,
VERSION_1_14_4,
VERSION_1_14_3,
VERSION_1_14_2
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 5 19:59:45 2017 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)
first batch of -T markdown tests
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:02:48 2017 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1,
VERSION_1_13
Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years.