gbranden pushed a commit to branch master
in repository groff.
commit d95c6336eabc459ee65b6027bda64ca764fc563f
Author: G. Branden Robinson <[email protected]>
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"
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit