Module:Sandbox/Aidan9382/testcases: Difference between revisions

Content deleted Content added
test
test
Line 4:
 
function p:funcNotBegginningTest()
self:preprocess_equals('HelloFunction World!1', 'HelloFunction World!1')
end
 
function p:test_funcBegginningTest()
self:preprocess_equals('HelloFunction World!2', 'HelloFunction World!2')
end
 
function p:test_doomedToFail()
self:preprocess_equals('Function 3', 'Function 4')
end