Module:IPAddress/testcases
Appearance
![]() | This is the test cases page for the module Module:IPAddress. Results of the test cases. |
-- Unit tests for [[Module:IPAddress]]. Click talk page to run tests.
local p = require('Module:IPAddress')
function p:test_isIp()
self:preprocess_equals_many('{{#invoke:IPAddress|isIp|', '}}', {
{'200.200.200.200', '4'},
{'200.200.256.200', ''},
{'200.200.200.200.', ''},
{'200.200.200', ''},
{'200.200.200.2d0', ''},
{'AB:02:3008:8CFD:AB:02:3008:8CFD', '6'},
})
end
return p