Software /
code /
prosody
Diff
tests/test.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 23:00:42 +0500 |
parent | 3406:748246005893 |
child | 4339:63304d323983 |
line wrap: on
line diff
--- a/tests/test.lua Sat Oct 16 08:34:32 2010 +0500 +++ b/tests/test.lua Sat Oct 16 23:00:42 2010 +0500 @@ -217,7 +217,7 @@ for line, active in pairs(lines_hit) do if active ~= nil then total_active_lines = total_active_lines + 1; end if coverage_file then - if active == false then coverage_file:write(fn, "|", line, "|", name or "", "|miss\n"); + if active == false then coverage_file:write(fn, "|", line, "|", name or "", "|miss\n"); else coverage_file:write(fn, "|", line, "|", name or "", "|", tostring(success), "\n"); end end end