[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 07/44: [groff]: Tweak test script message.
From: |
G. Branden Robinson |
Subject: |
[groff] 07/44: [groff]: Tweak test script message. |
Date: |
Tue, 3 Sep 2024 08:05:39 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit d1ae76bc78537dd789d746448bc83b01826abf22
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 07/44: [groff]: Tweak test script message.,
G. Branden Robinson <=