Content deleted Content added
disable bad func |
bring back fail function |
||
Line 1:
-- Dummy unit tests
local p = require('Module:UnitTests/sandbox')
function p:funcNotBegginningTest()
Line 11:
end
function p:test_doomedToFail()
self:preprocess_equals('Function 3', 'Function 4')
end
return p
|