]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/tbl/layout/Makefile
tables leak tab settings to subsequent text
[mandoc.git] / regress / tbl / layout / Makefile
index 9ad5d7f93b6f47cf7236263f73e8815083ba7661..9cc6575454542daeca97ebd6271b654c36835d0e 100644 (file)
@@ -1,12 +1,15 @@
 # $OpenBSD: Makefile,v 1.2 2015/01/30 00:27:09 schwarze Exp $
 
 # $OpenBSD: Makefile,v 1.2 2015/01/30 00:27:09 schwarze Exp $
 
-REGRESS_TARGETS         = center complex empty emptyline numbers span
+REGRESS_TARGETS         = center complex empty emptyline
+REGRESS_TARGETS        += lines lines-nogroff numbers span
 LINT_TARGETS    = complex empty
 
 LINT_TARGETS    = complex empty
 
-# groff-1.22.3 defect:
+# groff-1.22.3 defects:
 # - When the layout is completely empty,
 #   GNU eqn produces no output whatsoever for the whole table.
 # - 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.
 
 
-SKIP_GROFF      = empty
+SKIP_GROFF      = empty lines-nogroff
 
 .include <bsd.regress.mk>
 
 .include <bsd.regress.mk>