-- Unit tests for . Click talk page to run tests.local p = require('Module:UnitTests')
function p:test_isIp self:preprocess_equals_many('',)end
function p:test_isIpV4Range self:preprocess_equals_many('',)end
function p:test_isIpV6Range self:preprocess_equals_many('',)end
return p