groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 13/32: [tests]: Show output in a tbl test.


From: G. Branden Robinson
Subject: [groff] 13/32: [tests]: Show output in a tbl test.
Date: Wed, 30 Nov 2022 07:25:56 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 2b46c8e19d9ce8cb7fd6c0573a2710430dd01d66
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Nov 28 01:57:19 2022 -0600

    [tests]: Show output in a tbl test.
    
    src/preproc/tbl/tests/save-and-restore-hyphenation-parameters.sh: Show
    output.
    
    This test performs multiple checks, so make it easier to see the output.
---
 src/preproc/tbl/tests/save-and-restore-hyphenation-parameters.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/preproc/tbl/tests/save-and-restore-hyphenation-parameters.sh 
b/src/preproc/tbl/tests/save-and-restore-hyphenation-parameters.sh
index c0dbe3127..e368b31ee 100755
--- a/src/preproc/tbl/tests/save-and-restore-hyphenation-parameters.sh
+++ b/src/preproc/tbl/tests/save-and-restore-hyphenation-parameters.sh
@@ -47,6 +47,8 @@ abcdefghijklmnopqrstuvwxyz'
 
 OUTPUT=$(printf "%s\n" "$EXAMPLE" | "$groff" -Tascii -P-cbou -t -ms)
 
+echo "$OUTPUT"
+
 echo "testing whether hyphenation disabled in table text block" >&2
 ! echo "$OUTPUT" | grep '^foo' | grep -- '-$'
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]