* mandoc: new regression with groff-1.23; add the "empty" test to
@ 2025-07-24 17:07 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2025-07-24 17:07 UTC (permalink / raw)
To: source
Log Message:
-----------
new regression with groff-1.23; add the "empty" test to SKIP_GROFF for now
Modified Files:
--------------
mandoc/regress/tbl/data:
Makefile
Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/data/Makefile,v
diff -Lregress/tbl/data/Makefile -Lregress/tbl/data/Makefile -u -p -r1.6 -r1.7
--- regress/tbl/data/Makefile
+++ regress/tbl/data/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2022/04/26 14:46:30 schwarze Exp $
+# $OpenBSD: Makefile,v 1.7 2025/07/24 17:04:57 schwarze Exp $
REGRESS_TARGETS = blankline block_empty block_unclosed block_width
REGRESS_TARGETS += block_wrap empty escz escz_end insert
@@ -12,5 +12,11 @@ LINT_TARGETS = block_unclosed empty ins
# aligning it to the next column.
SKIP_GROFF = block_unclosed escz_end
+
+# groff-1.23.0 regression:
+# - When a table does not contain any cells, it causes no output,
+# not even a line break.
+
+SKIP_GROFF += empty
.include <bsd.regress.mk>
--
To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-24 17:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 17:07 mandoc: new regression with groff-1.23; add the "empty" test to schwarze
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).