Jump to content

Module:Infobox road/browselinks/testcases: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
test
 
No edit summary
Line 3: Line 3:


-- Example unit test.
-- Example unit test.
function p:test_hello()
function p:test_browse()
self:preprocess_equals('{{#invoke:Infobox road/browselinks|browselinks|country=AUS}}')
self:preprocess_equals('{{#invoke:Infobox road/browselinks|browselinks|country=AUS}}')
end
end

Revision as of 19:21, 4 January 2022

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

-- Example unit test.
function p:test_browse()
	self:preprocess_equals('{{#invoke:Infobox road/browselinks|browselinks|country=AUS}}')
end

return p