gbranden pushed a commit to branch master
in repository groff.

commit ffa8d3552aea9d9c9ca8f41eca3477448cf26f3c
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Tue Jul 22 12:47:40 2025 -0500

    [man]: Fix code style nit in test.
    
    * tmac/tests/an_HY-register-works.sh: Do it.
---
 tmac/tests/an_HY-register-works.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tmac/tests/an_HY-register-works.sh 
b/tmac/tests/an_HY-register-works.sh
index 12f9f9b01..c22a60617 100755
--- a/tmac/tests/an_HY-register-works.sh
+++ b/tmac/tests/an_HY-register-works.sh
@@ -27,7 +27,8 @@ wail () {
     fail=YES
 }
 
-input='.TH foo 1 2023-01-08 "groff test suite"
+input='.
+.TH foo 1 2023-01-08 "groff test suite"
 .SH Name
 foo \- frobinicate a bar
 .SH Synopsis
@@ -35,7 +36,8 @@ foo \- frobinicate a bar
 .YS
 .SH Description
 Now is the time for all good citizens to disestablish
-antidisestablishmentarianism.'
+antidisestablishmentarianism.
+.'
 
 output=$(printf "%s\n" "$input" | "$groff" -man -Tascii -P-cbou)
 echo "$output"

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to