From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Gonnym at 12:24, 16 January 2024. The present address (URL) is a permanent link to this version.Revision as of 12:24, 16 January 2024 by imported>Gonnym (diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation
Jump to search
-- 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