Module:Check for unknown parameters/testcases: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
local p = require('Module:UnitTests') |
local p = require('Module:UnitTests') |
||
function p: |
function p:test_01_1_check() |
||
self: |
self:preprocess_equals_sandbox_many('{{Module:Check for unknown parameters/testcases/template call', '', { |
||
{"arg1=arg1| arg2=arg2 | name=name | height=height | weight=weight | website=website", "Unknown name,Unknown height,Unknown website,Unknown weight,"}, |
|||
}, {nowiki=1}) |
|||
}) |
|||
end |
|||
function p:test_01_2_check_sandbox() |
|||
self:preprocess_equals_many('{{Module:Check for unknown parameters/testcases/template call/sandbox|', '}}', { |
|||
{"arg1=arg1| arg2=arg2 | name=name | height=height | weight=weight | website=website", "Unknown name,Unknown height,Unknown website,Unknown weight,"}, |
|||
}) |
|||
end |
end |
||
Latest revision as of 12:24, 16 January 2024
![]() | 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()
self:preprocess_equals_sandbox_many('{{Module:Check for unknown parameters/testcases/template call', '', {
{"arg1=arg1| arg2=arg2 | name=name | height=height | weight=weight | website=website", "Unknown name,Unknown height,Unknown website,Unknown weight,"},
}, {nowiki=1})
end
return p