CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/04/26 05:28:35
Modified files:
usr.bin/mandoc : tag.c
regress/usr.bin/mandoc/mdoc/Tg: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Tg: implicit.in implicit.out_ascii
implicit.out_html
implicit.out_markdown
implicit.out_tag
Log message:
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).