Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Tg
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 26 18:07:28 2025 UTC (2 weeks, 1 day ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)
adjust the tests after changing the page footer
Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 26 15:06:51 2022 UTC (3 years, 2 months ago) by schwarze
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)
typo in example text: unsused -> unused; noticed by tb@
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 26 11:38:39 2022 UTC (3 years, 2 months ago) by schwarze
Branch: MAIN
If a node is tagged explicitly, skip implicit tagging for that node. Apart from making sense in the first place, this fixes an assertion failure that happened when the calculated implicit tag did not match the string value of the first child of the node, Bug found by tb@ using afl(1).