gbranden pushed a commit to branch master
in repository groff.

commit 156872adc11b15dbad2e52263605621da308e84c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Aug 28 08:41:00 2026 -0500

    [man]: Regression-test Savannah #68656.
    
    * 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 | 18 +++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f61dee844..f0dabd563 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
+       #68656.
+
 2026-08-24  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/node.cpp
diff --git a/tmac/tests/an_LS-and-LE-work.sh b/tmac/tests/an_LS-and-LE-work.sh
index 12668c885..652d23fba 100755
--- a/tmac/tests/an_LS-and-LE-work.sh
+++ b/tmac/tests/an_LS-and-LE-work.sh
@@ -93,6 +93,15 @@ vel illum,
 qui dolorem eum fugiat,
 quo voluptas nulla pariatur?
 .LE
+.P
+Let us have an inline compact list.
+.LS itemized 1
+.IP \[bu]
+bosons
+.IP \[bu]
+fermions
+.LE
+obey different spin statistics.
 .'
 
 output=$(printf "%s\n" "$input" \
@@ -143,7 +152,12 @@ echo "$output"
 #     39                 hil molestiae consequatur, vel illum, qui  dolorem
 #     40                 eum fugiat, quo voluptas nulla pariatur?
 #     41
-#     42  groff test suite            2026-05-10                     foo(1)
+#     42      Let us have an inline compact list.
+#     43      *      bosons
+#     44      *      fermions
+#     45      obey different spin statistics.
+#     46
+#     47 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
@@ -162,6 +176,8 @@ echo "checking that identation argument to hanging 
paragraph macro" \
     "overrides list indentation" >&2
 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
 
 test -z "$fail"
 

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

Reply via email to