gbranden pushed a commit to branch master
in repository groff.

commit a7a4159290add7f65da866af71a89b3925c870c0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jan 27 12:23:48 2026 -0600

    [doc]: Update comment in test script.
    
    Stop talking about "cat -s"; it's not portable.  We don't want to
    promote bad habits in test scripts that are supposed to work everywhere.
    
    Also update Vim modeline; unabbreviate parameters for readability by
    humans.
---
 tmac/tests/doc_reset-data-between-documents.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tmac/tests/doc_reset-data-between-documents.sh 
b/tmac/tests/doc_reset-data-between-documents.sh
index 4bec458ce..7fc6fdf79 100755
--- a/tmac/tests/doc_reset-data-between-documents.sh
+++ b/tmac/tests/doc_reset-data-between-documents.sh
@@ -51,8 +51,8 @@ is a program.
 .Nm
 is also a program.'
 
-# Expected (with -rLL=70n argument added and repeated blank lines elided
-# with "cat -s"):
+# Expected (with -rLL=70n argument added and consecutive blank lines
+# condensed):
 #
 # foo(1)                  General Commands Manual                 foo(1)
 #
@@ -89,4 +89,4 @@ echo "$output" | grep -q 'bar is also a program\.' || wail
 
 test -z "$fail"
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:

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

Reply via email to