groff-commit
[Top][All Lists]
Advanced

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

[groff] 09/20: [tbl]: Have test report output.


From: G. Branden Robinson
Subject: [groff] 09/20: [tbl]: Have test report output.
Date: Fri, 3 Feb 2023 16:47:54 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 85a20d67b21e1cdd566fa50a0f2b3a750a468698
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Feb 3 02:33:17 2023 -0600

    [tbl]: Have test report output.
---
 src/preproc/tbl/tests/check-line-intersections.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/preproc/tbl/tests/check-line-intersections.sh 
b/src/preproc/tbl/tests/check-line-intersections.sh
index 4d7376639..98f803639 100755
--- a/src/preproc/tbl/tests/check-line-intersections.sh
+++ b/src/preproc/tbl/tests/check-line-intersections.sh
@@ -37,6 +37,7 @@ g@h@i
 '
 
 output=$(printf "%s" "$input" | "$groff" -Tascii -t)
+echo "$output"
 
 for l in 1 3 5 7
 do



reply via email to

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