From b1ddb4001d5e3f0ef17ce2cc1363140efb733419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 21 Jun 2021 14:33:37 +0200 Subject: ne.t: Test s l, s ll --- t/t.tmac | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 't/t.tmac') diff --git a/t/t.tmac b/t/t.tmac index c266c1f..e2c1dab 100644 --- a/t/t.tmac +++ b/t/t.tmac @@ -6,12 +6,20 @@ . .\" make assertion .de assert -.ie \\$1 \{\ +.ec ` +.ie `$1 \{\ . tm1 " success .\} +.ec .el \{\ -. tm1 " failure: \\$1 +. if \\nF<\\nt .tm1 " failure: +.ec ` +. ds *exp `$1 +.ec +. tm1 "{ \\*[*exp] +. if !'\\*[*exp]'\\$1' . tm1 "} \\$1 . nr f +1 +. nr F \\nt .\} .. .\" end tests -- cgit v1.2.3