gbranden pushed a commit to branch master
in repository groff.

commit 7ca8f3c3bfaf07e424fc484f52e13cd43d9a07eb
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sun Jul 27 21:50:00 2025 -0500

    tmac/tmac.am: Fix cosmetic code style nit.
    
    * tmac/tmac.am (tmac_XFAIL_TESTS): Sort in lexicographic order.
---
 tmac/tmac.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmac/tmac.am b/tmac/tmac.am
index 02c98c527..bfafa1985 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -242,8 +242,8 @@ EXTRA_DIST += $(tmac_TESTS)
 
 tmac_XFAIL_TESTS = \
   tmac/tests/an-ext_ME-punct-hyphenates.sh \
-  tmac/tests/an-ext_UE-punct-hyphenates.sh \
   tmac/tests/an-ext_UE-breaks-before-long-URIs.sh \
+  tmac/tests/an-ext_UE-punct-hyphenates.sh \
   tmac/tests/e_footnotes-work-with-columns.sh \
   tmac/tests/pdf_bookmark-starting-with-control-char-works.sh
 XFAIL_TESTS += $(tmac_XFAIL_TESTS)

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to