=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Bl/Makefile,v retrieving revision 1.5 retrieving revision 1.11 diff -u -p -r1.5 -r1.11 --- mandoc/regress/mdoc/Bl/Makefile 2017/03/08 14:45:56 1.5 +++ mandoc/regress/mdoc/Bl/Makefile 2020/02/27 01:44:01 1.11 @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2017/03/08 14:45:56 schwarze Exp $ +# $OpenBSD: Makefile,v 1.11 2020/02/27 01:44:01 schwarze Exp $ REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag -REGRESS_TARGETS += column colNoIt extend nested offset secstart +REGRESS_TARGETS += column column_nogroff colNoIt +REGRESS_TARGETS += esc extend nested offset secstart vert REGRESS_TARGETS += notype multitype badargs REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag @@ -9,22 +10,18 @@ REGRESS_TARGETS += bareIt bareTa unclosed break breaki UTF8_TARGETS = dash -LINT_TARGETS = column notype badargs tag +LINT_TARGETS = inset diag column column_nogroff notype badargs tag LINT_TARGETS += empty noIt emptyhead emptytag emptyitem LINT_TARGETS += bareIt bareTa break breakingIt broken -MARKDOWN_TARGETS = item inset diag ohang bullet dash enum hang tag -MARKDOWN_TARGETS += extend nested offset secstart -MARKDOWN_TARGETS += notype multitype badargs -MARKDOWN_TARGETS += empty noIt emptyhead emptytag emptyitem multitag -MARKDOWN_TARGETS += bareIt bareTa unclosed breakingIt breakingTa broken - # groff-mandoc differences: # - groff allows enclosures to span Ta, mandoc does not SKIP_GROFF ?= breakingTa # groff-1.22.3 defects: +# - column list items with no args but multiple lines cause bogus breaks +# - in column lists, the tab macro cannot be a line macro # - lists with missing or late type ruin indentation # - empty lists ruin indentation and sometimes cause empty lines # - breaking lists continue indefinitely @@ -32,7 +29,7 @@ SKIP_GROFF ?= breakingTa # - 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 += column_nogroff notype empty emptytag break breakingIt broken SKIP_TMAN ?= column colNoIt multitype multitag bareTa break breakingTa broken @@ -44,6 +41,10 @@ SKIP_TMAN += tag # Empty heads are still mishandled by -Tman. -SKIP_TMAN += emptyhead emptytag +SKIP_TMAN += column_nogroff emptyhead emptytag + +# mandoc -T markdown still has issues with badly nested lists + +SKIP_MARKDOWN ?= break .include