diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-03 02:33:17 -0600 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-03 03:58:25 -0600 |
commit | 85a20d67b21e1cdd566fa50a0f2b3a750a468698 (patch) | |
tree | f62306373beec049271c66a0b1541b359f5fbe3e /src/preproc | |
parent | 9033494f6c08f67df1bb70549c3f7c807ebb0a8f (diff) | |
download | groff-git-85a20d67b21e1cdd566fa50a0f2b3a750a468698.tar.gz |
[tbl]: Have test report output.
Diffstat (limited to 'src/preproc')
-rwxr-xr-x | src/preproc/tbl/tests/check-line-intersections.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |