gbranden pushed a commit to branch master
in repository groff.

commit 71bfafb0db396c35937ab07d026d532aad4e8849
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Aug 28 19:19:36 2026 -0500

    [man]: Regression-test Savannah #68658.
    
    * tmac/tests/an_LS-and-LE-work.sh: Do it.
    
    Test fails at this commit.
---
 ChangeLog                       |  5 +++++
 tmac/tests/an_LS-and-LE-work.sh | 26 +++++++++++++++++++++++++-
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index dbb50d5cf..343889e88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-08-28  G. Branden Robinson <[email protected]>
+
+       * tmac/tests/an_LS-and-LE-work.sh: Regression-test Savannah
+       #68658.
+
 2026-08-28  G. Branden Robinson <[email protected]>
 
        * tmac/an.tmac: Refactor to separate inter-paragraph spacing
diff --git a/tmac/tests/an_LS-and-LE-work.sh b/tmac/tests/an_LS-and-LE-work.sh
index 652d23fba..ec04ef833 100755
--- a/tmac/tests/an_LS-and-LE-work.sh
+++ b/tmac/tests/an_LS-and-LE-work.sh
@@ -102,6 +102,19 @@ bosons
 fermions
 .LE
 obey different spin statistics.
+.P
+Sometimes we want a multi-paragraph discussion even in a compact list.
+.LS itemized 1
+.IP \[bu]
+hadrons
+.IP
+This,
+too,
+can be done,
+with fermions and bosons in combination.
+.IP \[bu]
+bogons
+.LE
 .'
 
 output=$(printf "%s\n" "$input" \
@@ -157,7 +170,15 @@ echo "$output"
 #     44      *      fermions
 #     45      obey different spin statistics.
 #     46
-#     47 groff test suite            2026-05-10                     foo(1)
+#     47      Sometimes  we  want  a  multi-paragraph discussion even in a
+#     48      compact list.
+#     49      *      hadrons
+#     50
+#     51             This, too, can be done, with fermions and  bosons  in
+#     52             combination.
+#     53      *      bogons
+#     54
+#     55 groff test suite            2026-05-10                     foo(1)
 
 echo "checking that list compactness is applied" >&2
 echo "$output" | grep -Eqx '[[:space:]]+8[[:space:]]+\* +beta' || wail
@@ -178,6 +199,9 @@ echo "$output" | grep -Eq 
'[[:space:]]+38[[:space:]]{16}henderit' \
     || wail
 echo "checking that break occurs after inline compact list" >&2
 echo "$output" | grep -Eq '[[:space:]]+45[[:space:]]{6}obey' || wail
+echo "checking that argumentless IP call in compact list produces" \
+    "inter-paragraph space" >&2
+echo "$output" | grep -Eq '[[:space:]]+50[[:space:]]+$' || wail
 
 test -z "$fail"
 

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

Reply via email to