X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9f0f81c846a8405c29870e4a8379e5e79d1cad3..abed8762b0477726a99b6150b73b539d4f5249e3:/regress/mdoc/Bl/Makefile diff --git a/regress/mdoc/Bl/Makefile b/regress/mdoc/Bl/Makefile index 3d21a8be..01c45ed1 100644 --- a/regress/mdoc/Bl/Makefile +++ b/regress/mdoc/Bl/Makefile @@ -5,7 +5,7 @@ REGRESS_TARGETS += column colNoIt extend nested offset secstart REGRESS_TARGETS += notype multitype badargs REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag -REGRESS_TARGETS += bareIt bareTa unclosed break breakingIt broken +REGRESS_TARGETS += bareIt bareTa unclosed break breakingIt breakingTa broken UTF8_TARGETS = dash @@ -13,6 +13,11 @@ LINT_TARGETS = column notype badargs tag LINT_TARGETS += empty noIt emptyhead emptytag emptyitem LINT_TARGETS += bareIt bareTa break breakingIt broken +# groff-mandoc differences: +# - groff allows enclosures to span Ta, mandoc does not + +SKIP_GROFF ?= breakingTa + # groff-1.22.3 defects: # - lists with missing or late type ruin indentation # - empty lists ruin indentation and sometimes cause empty lines @@ -21,9 +26,9 @@ LINT_TARGETS += bareIt bareTa break breakingIt broken # - breaking a list aborts processing # - empty -tag item heads lose the blank line and the indentation -SKIP_GROFF ?= notype empty break breakingIt broken emptytag +SKIP_GROFF += notype empty break breakingIt broken emptytag -SKIP_TMAN ?= column colNoIt multitype multitag bareTa break broken +SKIP_TMAN ?= column colNoIt multitype multitag bareTa break breakingTa broken # Fixing the indentation in long .IP and .TP tags in -man -Tascii # caused a minor regression in -Tman that is not trivial to fix, @@ -35,4 +40,8 @@ SKIP_TMAN += tag SKIP_TMAN += emptyhead emptytag +# mandoc -T markdown still has issues with badly nested lists + +SKIP_MARKDOWN ?= break + .include