gbranden pushed a commit to branch master
in repository groff.
commit 0c88eceeeab12986cc416c63333e4cf2db206ab0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 7 12:38:09 2024 -0600
[mm]: Make actual test output more observable.
* contrib/mm/tests/memoranda-format-correctly.sh: Write formatted text
to standard output.
---
contrib/mm/tests/memoranda-format-correctly.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/mm/tests/memoranda-format-correctly.sh
b/contrib/mm/tests/memoranda-format-correctly.sh
index 79f3b7056..592797242 100755
--- a/contrib/mm/tests/memoranda-format-correctly.sh
+++ b/contrib/mm/tests/memoranda-format-correctly.sh
@@ -66,6 +66,7 @@ input="$examples_dir"/memorandum.mm
for t in 0 1 2 3 4 5 custom
do
echo "checking formatting of MT type '$t'" >&2
+ "$groff" -ww -m m -d mT=$t -T ascii -P -cbou "$input"
expected=$(cksum "$artifacts_dir"/memorandum.$t | cut -d' ' -f1-2)
actual=$("$groff" -mm -dmT=$t -Tascii -P-cbou "$input" | cksum \
| cut -d' ' -f1-2)
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit