Jump to content

Module:Sandbox/Aidan9382/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Aidan9382 (talk | contribs) at 11:41, 27 January 2023 (dummy UnitTest test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- Dummy unit tests

local p = require('Module:UnitTests')

function p:funcNotBegginningTest()
	self:preprocess_equals('Hello World!', 'Hello World!')
end

return p