diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-24 01:05:39 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-24 01:06:34 +0200 |
commit | c8a470de42c0993f5d4621897f7b22887462fc32 (patch) | |
tree | 96b70a2bf23940bca9df658eee5fa6095c23dc61 /t/t.tmac | |
parent | c84c25dd28a406c5f8a8e40963536b088de3e1e8 (diff) | |
download | mk-c8a470de42c0993f5d4621897f7b22887462fc32.tar.gz |
Use Heirloom troff
Mg is now tested with both GNU and Heirloom troff.
Diffstat (limited to 't/t.tmac')
-rw-r--r-- | t/t.tmac | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,16 +8,16 @@ .de assert .ec ` .ie `$1 \{\ -. tm1 " success +. tm success .\} .ec .el \{\ -. if \\nF<\\nt .tm1 " failure: +. if \\nF<\\nt .tm failure: .ec ` . ds *exp `$1 .ec -. tm1 "{ \\*[*exp] -. if !'\\*[*exp]'\\$1' . tm1 "} \\$1 +. tm { \\*[*exp] +. if !'\\*[*exp]'\\$1' . tm } \\$1 . nr f +1 . nr F \\nt .\} |