Module:Template parameter value/testcases
Appearance
![]() | This is the test cases page for the module Module:Template parameter value. Results of the test cases. |
--Go to the talk page to see the results of the tests. See [[Template:Template parameter value/testpage]] for the content used in testing
local p = require('Module:UnitTests')
local TestPage = "Template:Template parameter value/testpage"
function p:test_TemplateEntry()
self:preprocess_equals_sandbox_many('{{#invoke:Template parameter value', 'main', {
{TestPage.."|Template3||_id", "1"},
{TestPage.."|Template1||_id", "2"},
{TestPage.."|Template2||_id", "3"},
}, {nowiki=1})
end
return p