gbranden pushed a commit to branch master
in repository groff.

commit 55d6898aaeb8cf71f41c31615bbd94a17934aeb2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 6 03:10:01 2025 -0600

    [troff]: Test more compatibility mode delimiters.
    
    * src/roff/groff/tests/check-delimiter-validity.sh: Test many more
      string expression delimiters in compatibility mode, including
      numerals and punctuation characters.
---
 ChangeLog                                        | 6 ++++++
 src/roff/groff/tests/check-delimiter-validity.sh | 5 ++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b390aaec8..fb91096f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-11-06  G. Branden Robinson <[email protected]>
+
+       * src/roff/groff/tests/check-delimiter-validity.sh: Test many
+       more string expression delimiters in compatibility mode,
+       including numerals and punctuation characters.
+
 2025-11-06  G. Branden Robinson <[email protected]>
 
        * src/roff/groff/tests/check-delimiter-validity.sh: Test many
diff --git a/src/roff/groff/tests/check-delimiter-validity.sh 
b/src/roff/groff/tests/check-delimiter-validity.sh
index 4088472e9..8bb8f187c 100755
--- a/src/roff/groff/tests/check-delimiter-validity.sh
+++ b/src/roff/groff/tests/check-delimiter-validity.sh
@@ -59,9 +59,12 @@ done
 
 # Now test the context-dependent sets of delimiters of AT&T troff.
 
+# not tested: '_' (because it's part of our delimited expression)
 for c in A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \
          a b c d e f g h i j k l m n o p q r s t u v w x y z \
-         0 1 2 3 4 5 6 7 8 9 + - / '*' % '<' '>' = '&' : '(' ')' . '|'
+         0 1 2 3 4 5 6 7 8 9 + - / '*' % '<' '>' = '&' : '(' ')' . '|' \
+         '!' '"' '#' '$' "'" ',' ';' '?' \
+         '@' '[' ']' '^' '`' '{' '}' '~'
 do
     echo "checking validity of '$c' as string expression delimiter" \
          "in compatibility mode" >&2

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

Reply via email to