=================================================================== RCS file: /cvs/mandoc/regress/tbl/layout/Makefile,v retrieving revision 1.1 retrieving revision 1.6 diff -u -p -r1.1 -r1.6 --- mandoc/regress/tbl/layout/Makefile 2017/02/08 03:03:30 1.1 +++ mandoc/regress/tbl/layout/Makefile 2020/09/01 18:25:29 1.6 @@ -1,12 +1,17 @@ -# $OpenBSD: Makefile,v 1.1 2017/02/08 03:03:30 schwarze Exp $ +# $OpenBSD: Makefile,v 1.6 2020/09/01 18:25:29 schwarze Exp $ -REGRESS_TARGETS = center complex empty emptyline numbers span -LINT_TARGETS = complex empty +REGRESS_TARGETS = badspan center complex empty emptycol emptyline +REGRESS_TARGETS += lines lines-nogroff numbers +REGRESS_TARGETS += shortlines spacing spacing-nogroff span +LINT_TARGETS = badspan complex empty spacing-nogroff -# groff-1.22.3 defect: +# groff-1.22.4 defects: # - When the layout is completely empty, # GNU eqn produces no output whatsoever for the whole table. +# - When there is no horizontal line at the top, +# vertical lines extend beyond the top of the table. +# - Excessive spacing modifiers in the layout are honoured. -SKIP_GROFF = empty +SKIP_GROFF = empty lines-nogroff spacing-nogroff .include