-- 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'}, }) end return p