Jump to content

Module:MilAward/testcases: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created tests
 
(No difference)

Latest revision as of 16:40, 3 April 2023

-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.
local p = require('Module:UnitTests')

-- Example unit test.
function p:Display()
	self:preprocess_equals('{{#invoke:MilAward|Display|MMM}}', 'Hello, world!')
end

return p