Content deleted Content added
Compare to sandbox, not to expected results |
|||
Line 2:
function p:test_convert_cyr()
self:preprocess_equals('{{#invoke:lang-hbs/sandbox|convert|cyrillic=Краљевина Југославија}}',
end
function p:test_convert_lat()
self:preprocess_equals('{{#invoke:lang-hbs/sandbox|convert|latin=Kraljevina Jugoslavija}}',
end
function p:test_convert_cyr_and_lat()
self:preprocess_equals('{{#invoke:lang-hbs/sandbox|convert|cyrillic=Краљевина Југославија|latin=Kraljevina Jugoslavija}}',
end
function p:test_cyr2lat()
self:preprocess_equals('{{#invoke:lang-hbs/sandbox|cyr2lat|Краљевина Југославија}}',
end
function p:test_lat2cyr()
self:preprocess_equals('{{#invoke:lang-hbs/sandbox|lat2cyr|Kraljevina Jugoslavija}}',
end
|