* mandoc: With groff-1.23, .TS in a table no longer causes a blank line,
@ 2025-07-24 17:12 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2025-07-24 17:12 UTC (permalink / raw)
To: source
Log Message:
-----------
With groff-1.23, .TS in a table no longer causes a blank line,
so remove the "nested" test from SKIP_GROFF.
Modified Files:
--------------
mandoc/regress/tbl/macro:
Makefile
Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/macro/Makefile,v
diff -Lregress/tbl/macro/Makefile -Lregress/tbl/macro/Makefile -u -p -r1.2 -r1.3
--- regress/tbl/macro/Makefile
+++ regress/tbl/macro/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2022/04/30 18:46:16 schwarze Exp $
+# $OpenBSD: Makefile,v 1.4 2025/07/24 17:10:22 schwarze Exp $
REGRESS_TARGETS = column man nested req
LINT_TARGETS = man nested req
@@ -6,10 +6,11 @@ LINT_TARGETS = man nested req
# mandoc defect:
# mandoc(1) ignores .br inside tbl(7) code.
+SKIP_GROFF = req
+
# trivial differences to groff-1.23.0:
-# .TS in a table causes a blank table line in GNU tbl(1), but not in mandoc.
# .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1).
-SKIP_GROFF = column nested req
+SKIP_GROFF += column
.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:12 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:12 mandoc: With groff-1.23, .TS in a table no longer causes a blank line, 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).