gbranden pushed a commit to branch master
in repository groff.

commit bb3c52553e67198f6165a64355e1fc37b8133336
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Thu Jul 10 12:29:09 2025 -0500

    [pic]: Make 8-bit test output more helpful.
---
 src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh 
b/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
index b9c109a02..e26d79515 100755
--- a/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
+++ b/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
@@ -24,6 +24,7 @@ eqn="${abs_top_builddir:-.}/eqn"
 # characters from parts of a document it does not interpret.
 
 output=$(printf '.\\" degree sign: \313\232\n' | "$eqn" -R)
-printf "%s" "$output" | od -c | grep -q ' 232'
+printf "%s\n" "$output"
+printf "%s\n" "$output" | od -c | grep -q ' 232'
 
 # vim:set ai et sw=4 ts=4 tw=72:

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to