gbranden pushed a commit to branch master
in repository groff.

commit 2881748b0216430290410910298d38610d7fbb81
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 24 16:34:35 2024 -0500

    [groff]: Simply test of `device` request.
    
    It's no longer necessary to explicitly put a break on the output.
    
    See <https://savannah.gnu.org/bugs/?65977>.
    
    Continues commit 017779a9a7, 16 July.
---
 src/roff/groff/tests/device-request-works.sh | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/roff/groff/tests/device-request-works.sh 
b/src/roff/groff/tests/device-request-works.sh
index 9f7741ff6..52a801a97 100755
--- a/src/roff/groff/tests/device-request-works.sh
+++ b/src/roff/groff/tests/device-request-works.sh
@@ -27,14 +27,9 @@ wail () {
   fail=YES
 }
 
-# A break request is necessary to create a partially collected line in
-# the top-level diversion.
+input_plain='.device ps: nop'
 
-input_plain='.device ps: nop
-.br'
-
-input_quoted='.device " ps: nop
-.br'
+input_quoted='.device " ps: nop'
 
 # We need to portably get a backslash into the string, and we can't
 # change the escape character because despite appearances, this notation

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

Reply via email to