Content deleted Content added
←Created page with '-- 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()...' |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2:
local p = require('Module:UnitTests')
function p:
self:
{"arg1=arg1| arg2=arg2 | name=name | height=height | weight=weight | website=website", "Unknown name,Unknown height,Unknown website,Unknown weight,"},
}, {nowiki=1})
end
|