Module:Check for unknown parameters/testcases
Appearance
![]() | This is the test cases page for the module Module:Check for unknown parameters. Results of the test cases. |
-- Unit tests for [[Module:Check for unknown parameters]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_01_1_check_live()
self:preprocess_equals_many('{{Module talk:Check for unknown parameters/testcases/template call|', '}}', {
{"arg1 | args2 | name | height | weight | website", "Unknown 1 = name ,Unknown 2 = height ,Unknown 3 = weight ,Unknown 4 = website,"},
})
end
function p:test_01_2_check_sandbox()
self:preprocess_equals_many('{{Module talk:Check for unknown parameters/testcases/template call|', '}}', {
{"arg1 | args2 | name | height | weight | website", "Unknown 1 = name ,Unknown 2 = height ,Unknown 3 = weight ,Unknown 4 = website,"},
})
end
return p