gbranden pushed a commit to branch master
in repository groff.

commit 11b7dcadde95d569e893ec9e5434835bd3de0158
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 24 16:39:32 2024 -0500

    [groff]: Fix nit in test output.
    
    Kill stray space in test description output.
---
 src/roff/groff/tests/backslash-X-works.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/groff/tests/backslash-X-works.sh 
b/src/roff/groff/tests/backslash-X-works.sh
index fc558b399..a40ea416a 100755
--- a/src/roff/groff/tests/backslash-X-works.sh
+++ b/src/roff/groff/tests/backslash-X-works.sh
@@ -44,7 +44,7 @@ do
   echo "$output" | grep -q 'x * X *ps: nop' || wail
 
   echo "checking that Unicode escape sequence is preserved on $device" \
-       " device" >&2
+       "device" >&2
   output=$(printf "%s\n" "$input_special" | "$groff" -T $device -Z) \
     || wail
   echo "$output"

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

Reply via email to