gbranden pushed a commit to branch master
in repository groff.

commit 4408d4ed01a1f11dee43407e892a77bf48087066
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Feb 25 02:00:25 2024 -0600

    [mdoc,tests]: Tweak test output.
    
    * tmac/tests/doc_heading-font-remapping-works.sh: Dump output of test
      case in plain text in addition to device-independent *roff format.
---
 ChangeLog                                      | 6 ++++++
 tmac/tests/doc_heading-font-remapping-works.sh | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 4372b2c2c..80215aa97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-25  G. Branden Robinson <[email protected]>
+
+       * tmac/tests/doc_heading-font-remapping-works.sh: Dump output of
+       test case in plain text in addition to device-independent *roff
+       format.
+
 2024-02-22  G. Branden Robinson <[email protected]>
 
        [mdoc]: Rename a test.
diff --git a/tmac/tests/doc_heading-font-remapping-works.sh 
b/tmac/tests/doc_heading-font-remapping-works.sh
index 27f51964b..d8fae14f1 100755
--- a/tmac/tests/doc_heading-font-remapping-works.sh
+++ b/tmac/tests/doc_heading-font-remapping-works.sh
@@ -39,6 +39,9 @@ input='.Dd 2022-12-26
 .Sh Hacking Xr groff
 Have fun!'
 
+output=$(printf "%s\n" "$input" | "$groff" -mdoc -Tascii)
+echo "$output"
+
 output=$(printf "%s\n" "$input" | "$groff" -mdoc -Tascii -Z)
 echo "$output"
 

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to