gbranden pushed a commit to branch master
in repository groff.

commit e29bc6a50e5112765055697f41c9b8c7b24278c0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed May 13 03:20:13 2026 -0500

    tmac/tests/an_MR-works.sh: Future-proof test.
    
    ...against more spaceful "grout" (still within CSTR #54/#97
    specifications).
    
    * tmac/tests/an_MR-works.sh: Do it.
    
    See <https://savannah.gnu.org/bugs/?63544>.
---
 ChangeLog                 | 7 +++++++
 tmac/tests/an_MR-works.sh | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f71e0050f..6cd517b3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-05-13  G. Branden Robinson <[email protected]>
+
+       * tmac/tests/an_MR-works.sh: Future-proof test against more
+       spaceful "grout" (still within CSTR #54/#97 specifications).
+
+       See <https://savannah.gnu.org/bugs/?63544>.
+
 2026-05-15  G. Branden Robinson <[email protected]>
 
        [hpftodit]: Give command a proper header file for external
diff --git a/tmac/tests/an_MR-works.sh b/tmac/tests/an_MR-works.sh
index c772bbb35..1b24b786f 100755
--- a/tmac/tests/an_MR-works.sh
+++ b/tmac/tests/an_MR-works.sh
@@ -64,15 +64,15 @@ echo "$output" | grep -Eq '91[[:space:]]+x X tty: link 
man:bar\(1\)$' \
     || wail
 
 echo "checking for correct man page title font style" >&2
-echo "$output" | grep -Eq '92[[:space:]]+f2' \
+echo "$output" | grep -Eq '92[[:space:]]+f[[:space:]]*2' \
     || wail
-echo "$output" | grep -Eq '93[[:space:]]+tbar' \
+echo "$output" | grep -Eq '93[[:space:]]+t[[:space:]]*bar' \
     || wail
 
 echo "checking for correct man page section font style" >&2
-echo "$output" | grep -Eq '94[[:space:]]+f1' \
+echo "$output" | grep -Eq '94[[:space:]]+f[[:space:]]*1' \
     || wail
-echo "$output" | grep -Eq '95[[:space:]]+t\(1\)' \
+echo "$output" | grep -Eq '95[[:space:]]+t[[:space:]]*\(1\)' \
     || wail
 
 echo "checking for closing 'link' device extension command" >&2

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to