Modul:StringUtils/testcases
Aspect
Eroare Lua: expandTemplate: template "module test cases notice" does not exist.
local p = require('Modul:UnitTests')
function p:test_prependIfMissing()
self:preprocess_equals("{{#invoke:StringUtils|prependIfMissing|Q123|Q}}", "Q123");
self:preprocess_equals("{{#invoke:StringUtils|prependIfMissing|123|Q}}", "Q123");
end
function p:test_appendIfMissing()
self:preprocess_equals("{{#invoke:StringUtils|prependIfMissing|aliale|le}}", "aliale");
self:preprocess_equals("{{#invoke:StringUtils|prependIfMissing|nio|le}}", "niole");
end
return p