gbranden pushed a commit to branch master
in repository groff.

commit 7fc6be97d2a522acbc1767d4f0f530179db1aa9e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jun 4 07:19:26 2026 -0500

    [groff]: Regression-test Savannah #68420.
    
    * src/roff/groff/tests/c2-request-does-not-fail-assertion.sh:
    * src/roff/groff/tests/cc-request-does-not-fail-assertion.sh: Do it.
    
    * src/roff/groff/groff.am (groff_TESTS): Run tests.
    
    Tests fail at this commit.
---
 ChangeLog                                          |  9 ++++++++
 src/roff/groff/groff.am                            |  2 ++
 .../tests/c2-request-does-not-fail-assertion.sh    | 25 ++++++++++++++++++++++
 .../tests/cc-request-does-not-fail-assertion.sh    | 25 ++++++++++++++++++++++
 4 files changed, 61 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b9e3e2f5d..03cedf117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2026-06-04  G. Branden Robinson <[email protected]>
+
+       [groff]: Regression-test Savannah #68420.
+
+       * src/roff/groff/tests/c2-request-does-not-fail-assertion.sh:
+       * src/roff/groff/tests/cc-request-does-not-fail-assertion.sh:
+       Do it.
+       * src/roff/groff/groff.am (groff_TESTS): Run tests.
+
 2026-06-04  G. Branden Robinson <[email protected]>
 
        [grohtml]: Migrate to ISO C++98 Boolean literals.
diff --git a/src/roff/groff/groff.am b/src/roff/groff/groff.am
index 484116533..4de34030d 100644
--- a/src/roff/groff/groff.am
+++ b/src/roff/groff/groff.am
@@ -57,6 +57,8 @@ groff_TESTS = \
   src/roff/groff/tests/bd-request-works.sh \
   src/roff/groff/tests/br-and-brp-requests-work.sh \
   src/roff/groff/tests/break-zero-length-output-line-sanely.sh \
+  src/roff/groff/tests/c2-request-does-not-fail-assertion.sh \
+  src/roff/groff/tests/cc-request-does-not-fail-assertion.sh \
   src/roff/groff/tests/cf-request-early-does-not-fail.sh \
   src/roff/groff/tests/cf-request-works.sh \
   src/roff/groff/tests/cflags-works-on-character-classes.sh \
diff --git a/src/roff/groff/tests/c2-request-does-not-fail-assertion.sh 
b/src/roff/groff/tests/c2-request-does-not-fail-assertion.sh
new file mode 100755
index 000000000..3744bd712
--- /dev/null
+++ b/src/roff/groff/tests/c2-request-does-not-fail-assertion.sh
@@ -0,0 +1,25 @@
+#!/bin/sh
+#
+# Copyright 2026 G. Branden Robinson
+#
+# This file is part of groff, the GNU roff typesetting system.
+#
+# groff is free software; you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+groff="${abs_top_builddir:-.}/test-groff"
+
+echo ".c2 ." | "$groff"
+
+# vim:set autoindent expandtab shiftwidth=2 tabstop=2 textwidth=72:
diff --git a/src/roff/groff/tests/cc-request-does-not-fail-assertion.sh 
b/src/roff/groff/tests/cc-request-does-not-fail-assertion.sh
new file mode 100755
index 000000000..4636f75c5
--- /dev/null
+++ b/src/roff/groff/tests/cc-request-does-not-fail-assertion.sh
@@ -0,0 +1,25 @@
+#!/bin/sh
+#
+# Copyright 2026 G. Branden Robinson
+#
+# This file is part of groff, the GNU roff typesetting system.
+#
+# groff is free software; you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+groff="${abs_top_builddir:-.}/test-groff"
+
+echo ".cc '" | "$groff"
+
+# vim:set autoindent expandtab shiftwidth=2 tabstop=2 textwidth=72:

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

Reply via email to