gbranden pushed a commit to branch master
in repository groff.

commit d36d6f37f9f2753be7164bff99e366137de4327d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Apr 2 06:11:29 2025 -0500

    [groff]: Enable more warnings in test script.
---
 src/roff/groff/tests/do-not-loop-infinitely-when-breaking-cjk.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/roff/groff/tests/do-not-loop-infinitely-when-breaking-cjk.sh 
b/src/roff/groff/tests/do-not-loop-infinitely-when-breaking-cjk.sh
index 4f4a12a62..e10db3464 100755
--- a/src/roff/groff/tests/do-not-loop-infinitely-when-breaking-cjk.sh
+++ b/src/roff/groff/tests/do-not-loop-infinitely-when-breaking-cjk.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2025 Free Software Foundation, Inc.
 #
 # This file is part of groff.
 #
@@ -26,4 +26,4 @@ DOC='ン
 恂恂AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
 '
 
-echo "$DOC" | "$groff" -D utf8 -Tutf8 -mja
+echo "$DOC" | "$groff" -D utf8 -Tutf8 -mja -ww

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to