gbranden pushed a commit to branch master
in repository groff.
commit 6a5b48060cbe39166e65573cfdf22779e3c210d8
Author: Bjarni Ingi Gislason <[email protected]>
AuthorDate: Tue Jan 20 02:42:56 2026 +0000
[groff]: Fix typo in test script.
---
src/roff/groff/tests/check-delimiter-validity.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/groff/tests/check-delimiter-validity.sh
b/src/roff/groff/tests/check-delimiter-validity.sh
index f126e5279..98a2a7eb7 100755
--- a/src/roff/groff/tests/check-delimiter-validity.sh
+++ b/src/roff/groff/tests/check-delimiter-validity.sh
@@ -141,7 +141,7 @@ echo "$output" | grep -Fqx "foo--bar" && wail
# compatibility mode. See Savannah #67842.
echo "checking invalidity of \C as escape sequence delimiter" \
"to delimited escape sequence" >&2
-output=$(printf 'foo\\h\\C"em"2m\\C"em"bar\n.pl \\(nlu' \
+output=$(printf 'foo\\h\\C"em"2m\\C"em"bar\n.pl \\n(nlu' \
| "$groff" -T ascii)
echo "$output" | grep -Fqx "foo bar" && wail # 2 spaces
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit