gbranden pushed a commit to branch master
in repository groff.
commit 31e5ec143ea11a977a9525f929812214c3ee64af
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jul 20 17:08:30 2025 -0500
[man]: Fine-tune a test check.
For the check of indentation reuse, we don't care what non-space
characters appear, as long as they show up at the correct indentation.
Hypehenation reënablement confounded this check, but we don't want to
care about that because the very next check is for that exact issue.
---
tmac/tests/an-ext_SY-and-YS-work.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmac/tests/an-ext_SY-and-YS-work.sh
b/tmac/tests/an-ext_SY-and-YS-work.sh
index 48317991c..8f81e6812 100755
--- a/tmac/tests/an-ext_SY-and-YS-work.sh
+++ b/tmac/tests/an-ext_SY-and-YS-work.sh
@@ -141,7 +141,7 @@ output2=$(printf "%s\n" "$input2" \
echo "$output2"
echo 'checking for indentation reuse' >&2
-echo "$output2" | grep -Eq '^ {13}char \*\*_NotNullable' || wail
+echo "$output2" | grep -Eq '^ {13}[A-Za-z*_]' || wail
echo 'checking for automatic hyphenation disablement inside synopsis' \
>&2
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit