Module:Official website/testcases
Appearance
![]() | This is the test cases page for the module Module:Official website. Results of the test cases. |
local p = require('Module:UnitTests')
function p:test1()
self:preprocess_equals_many('{{Official website', '}}', {
{'|url=example.com', '<span class="official-website">[http://example.com Official website]</span>'},
{'|url=http://example.com', '<span class="official-website">[http://example.com Official website]</span>'},
{'|url=http://example.com/', '<span class="official-website">[http://example.com/ Official website]</span>'},
{'|url=https://example.com/', '<span class="official-website">[https://example.com/ Official website]</span>'},
} )
end
return p