fixed indentation in tap.inc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -26,10 +26,9 @@ function tap_skip (msg)
|
|||||||
|
|
||||||
function tap_ensure (a, b, desc, line)
|
function tap_ensure (a, b, desc, line)
|
||||||
{
|
{
|
||||||
@local id;
|
@local id;
|
||||||
|
|
||||||
id = sprintf("%s[%d]", desc, line);
|
id = sprintf("%s[%d]", desc, line);
|
||||||
if (a != b) tap_fail (id);
|
if (a != b) tap_fail (id);
|
||||||
else tap_ok (id);
|
else tap_ok (id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user