From 008fe3ecbf933d6e4c5edd9fd1ff2327703d428f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 26 Apr 2022 11:38:38 +0000 Subject: 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). --- regress/mdoc/Tg/implicit.out_markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/mdoc/Tg/implicit.out_markdown (limited to 'regress/mdoc/Tg/implicit.out_markdown') diff --git a/regress/mdoc/Tg/implicit.out_markdown b/regress/mdoc/Tg/implicit.out_markdown new file mode 100644 index 00000000..6511e441 --- /dev/null +++ b/regress/mdoc/Tg/implicit.out_markdown @@ -0,0 +1,15 @@ +TG-IMPLICIT(1) - General Commands Manual + +# NAME + +**Tg-implicit** - overriding implicit tagging + +# DESCRIPTION + +BEGINTEST + +**implicit is unsused** + +ENDTEST + +OpenBSD - April 26, 2022 -- cgit