gbranden pushed a commit to branch master in repository groff. commit 4e048535d94bbfb2c6d54d64e150ce024a30bf12 Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Fri Aug 16 14:41:00 2024 -0500
[groff]: Clarify messages in test of arithmetic. --- src/roff/groff/tests/arithmetic-works.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/roff/groff/tests/arithmetic-works.sh b/src/roff/groff/tests/arithmetic-works.sh index 279a5ce9a..f7bb699ad 100755 --- a/src/roff/groff/tests/arithmetic-works.sh +++ b/src/roff/groff/tests/arithmetic-works.sh @@ -98,16 +98,20 @@ echo "$output" # permit INT_MIN to be assigned, as a side effect of making rounding # behavior sign-independent. -echo "checking assignment of large positive horizontal measurement" >&2 +echo "checking that assignment of large positive horizontal" \ + "measurement saturates" >&2 echo "$output" | grep -Fqx 'a: 2147483647' || wail -echo "checking assignment of large negative horizontal measurement" >&2 +echo "checking assignment of large negative horizontal" \ + "measurement saturates" >&2 echo "$output" | grep -Fqx 'b: -2147483647' || wail -echo "checking assignment of large positive vertical measurement" >&2 +echo "checking assignment of large positive vertical" \ + "measurement saturates" >&2 echo "$output" | grep -Fqx 'c: 2147483647' || wail -echo "checking assignment of large negative vertical measurement" >&2 +echo "checking assignment of large negative vertical" \ + "measurement saturates" >&2 echo "$output" | grep -Fqx 'd: -2147483647' || wail # Exercise boundary values. _______________________________________________ Groff-commit mailing list Groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit