Annotation of mandoc/regress/tbl/data/Makefile, Revision 1.7
1.7 ! schwarze 1: # $OpenBSD: Makefile,v 1.7 2025/07/24 17:04:57 schwarze Exp $
1.1 schwarze 2:
1.5 schwarze 3: REGRESS_TARGETS = blankline block_empty block_unclosed block_width
1.6 schwarze 4: REGRESS_TARGETS += block_wrap empty escz escz_end insert
1.4 schwarze 5: LINT_TARGETS = block_unclosed empty insert
1.1 schwarze 6:
1.6 schwarze 7: # groff-1.23.0 defects:
1.1 schwarze 8: # - When a table ends in the middle of a block,
9: # GNU eqn produces no output whatsoever for the whole table.
1.6 schwarze 10: # - When a table cell ends with a no-advance escape sequence,
11: # the next cell is appended to the current cell instead of
12: # aligning it to the next column.
1.1 schwarze 13:
1.6 schwarze 14: SKIP_GROFF = block_unclosed escz_end
1.7 ! schwarze 15:
! 16: # groff-1.23.0 regression:
! 17: # - When a table does not contain any cells, it causes no output,
! 18: # not even a line break.
! 19:
! 20: SKIP_GROFF += empty
1.1 schwarze 21:
22: .include <bsd.regress.mk>
CVSweb