Content deleted Content added
m typo |
|||
(2 intermediate revisions by the same user not shown) | |||
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_convert_wrong()
self:preprocess_equals('{{#invoke:lang-hbs/sandbox|convert|latin=Kraljevina Jugoslavija}}', '{{#invoke:lang-hbs|convert|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
|