[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 03/17: [groff]: Fix stale junk in test script message.
From: |
G. Branden Robinson |
Subject: |
[groff] 03/17: [groff]: Fix stale junk in test script message. |
Date: |
Tue, 3 Dec 2024 03:39:56 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 1002109faeaccb46f187f7e20ca70fe1dcc058cc
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Dec 3 00:34:39 2024 -0600
[groff]: Fix stale junk in test script message.
---
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 82b4a74ae..6ecddddbd 100755
--- a/src/roff/groff/tests/check-delimiter-validity.sh
+++ b/src/roff/groff/tests/check-delimiter-validity.sh
@@ -53,7 +53,7 @@ for c in A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \
a b c d e f g h i j k l m n o p q r s t u v w x y z \
0 1 2 3 4 5 6 7 8 9 + - / '*' % '<' '>' = '&' : '(' ')' . '|'
do
- echo "checking validity of '$c' as delimiter in $mode mode" \
+ echo "checking validity of '$c' as delimiter in compatibility mode" \
>&2
output=$(printf '\\l%c1n+2n\\&_%c\n' "$c" "$c" \
| "$groff" -C -T ascii | sed '/^$/d')
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 03/17: [groff]: Fix stale junk in test script message.,
G. Branden Robinson <=