Jump to content

Module:Check for unknown parameters/testcases

From Humanipedia
Revision as of 21:23, 3 February 2025 by Humanipedia (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Check for unknown parameters/testcases/doc

-- 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