groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 04/10: [troff]: Fix nit in test output.


From: G. Branden Robinson
Subject: [groff] 04/10: [troff]: Fix nit in test output.
Date: Sat, 13 Jan 2024 13:46:57 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit d95c6336eabc459ee65b6027bda64ca764fc563f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Jan 12 17:11:18 2024 -0600

    [troff]: Fix nit in test output.
    
    Separate echo arguments are already separated by spaces; they are not
    catenated like ajacent C string literals.
    
    * src/roff/groff/tests/device-request-works.sh: Drop extraneous space.
---
 src/roff/groff/tests/device-request-works.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/groff/tests/device-request-works.sh 
b/src/roff/groff/tests/device-request-works.sh
index f30853676..e7478d893 100755
--- a/src/roff/groff/tests/device-request-works.sh
+++ b/src/roff/groff/tests/device-request-works.sh
@@ -62,7 +62,7 @@ do
   echo "$output" | grep -Eq '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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]