-- Unit tests for . Click talk page to run tests.local p = require('Module:UnitTests')
function p:test_len self:preprocess_equals_many('',)end
function p:test_replace self:preprocess_equals_many('',)end
function p:test_match self:preprocess_equals_many('',)end
function p:test_match local cases = self:preprocess_equals_many('', cases) self:preprocess_equals_many('', cases)end
function p:test_match_reverse local cases = self:preprocess_equals_many('', cases) self:preprocess_equals_many('', cases)end
function p:test_find self:preprocess_equals_many('',)end
function p:test_rep self:preprocess_equals_many('',) self:preprocess_equals_many('',)end
function p:test_escapePattern self:preprocess_equals_many('',)end
function p:test_join self:preprocess_equals_many('',)
end
return p