gbranden pushed a commit to branch master
in repository groff.
commit d46e80f04e6fa57cbf311870b54d107b8bd2d42d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Feb 20 20:07:16 2026 -0600
[tbl]: Resolve spurious test failures.
* src/preproc/tbl/tests/boxed-TH-tables-work-on-utf8-device.sh: Resolve
spurious test failures on FreeBSD 14.0 and 15.0, NetBSD 10.0, and
OpenBSD 7.8: tolerate output from od(1) that is padded out with spaces
to the 73rd column. Thanks to Bruno Haible for the report.
See <https://lists.gnu.org/archive/html/groff/2026-02/msg00083.html>.
---
ChangeLog | 8 ++++++++
src/preproc/tbl/tests/boxed-TH-tables-work-on-utf8-device.sh | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d3813fb4c..1def928a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2026-02-20 G. Branden Robinson <[email protected]>
+
+ * src/preproc/tbl/tests/boxed-TH-tables-work-on-utf8-device.sh:
+ Resolve spurious test failures on FreeBSD 14.0 and 15.0, NetBSD
+ 10.0, and OpenBSD 7.8: tolerate output from od(1) that is padded
+ out with spaces to the 73rd column. Thanks to Bruno Haible for
+ the report.
+
2026-02-20 Deri James <[email protected]>
* src/devices/gropdf/gropdf.pl: Test for null string rather
diff --git a/src/preproc/tbl/tests/boxed-TH-tables-work-on-utf8-device.sh
b/src/preproc/tbl/tests/boxed-TH-tables-work-on-utf8-device.sh
index 1686e7f7e..89d0c7f1d 100755
--- a/src/preproc/tbl/tests/boxed-TH-tables-work-on-utf8-device.sh
+++ b/src/preproc/tbl/tests/boxed-TH-tables-work-on-utf8-device.sh
@@ -62,7 +62,7 @@ echo "checking that left edge of table after heading looks
like |-" >&2
echo "$output" | grep -q '0000000 *e2 *94 *9c' || wail
echo "checking that right edge of table after heading looks like -|" >&2
-echo "$output" | grep -q '0000040 .* *e2 *94 *a4 *0.$' || wail
+echo "$output" | grep -q '0000040 .* *e2 *94 *a4 *0. *$' || wail
test -z "$fail"
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit