gbranden pushed a commit to branch master
in repository groff.

commit d1ae76bc78537dd789d746448bc83b01826abf22
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Sep 1 20:38:16 2024 -0500

    [groff]: Tweak test script message.
---
 src/roff/groff/tests/device-control-special-character-handling.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/groff/tests/device-control-special-character-handling.sh 
b/src/roff/groff/tests/device-control-special-character-handling.sh
index 6e133d0b7..988aa3c5c 100755
--- a/src/roff/groff/tests/device-control-special-character-handling.sh
+++ b/src/roff/groff/tests/device-control-special-character-handling.sh
@@ -111,7 +111,7 @@ output=$(printf '%s\n' "$input" | "$groff" -T ps -Z 2> 
/dev/null \
   | grep '^x X')
 echo "$output"
 
-echo "checking X escape sequence, conversions from basic Latin..." >&2
+echo "checking X escape sequence, conversions from basic Latin" >&2
 echo "$output" \
   | grep -Fqx 'x X bogus6: \[u2019]\[u2010]\[u0302]\[u0300]\[u0303]' \
   || wail

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

Reply via email to