Module:kjp-translit/testcases

1 of 1 test failed. (refresh)

TextExpectedActualDiffers at
test_translit:
Failedမာခွိက်။makhwai||mahkwik||3

local tests = require('Module:UnitTests')
local kjp_translit = require('Module:kjp-translit')
 
function tests:check_tr(Mymr, Latn)
	self:equals(('<span class="Mymr" lang="kjp">[[%s#ဖၠုံ|%s]]</span>'):format(Mymr, Mymr), kjp_translit.tr(Mymr, 'kjp', 'Mymr'), Latn)
end   

function tests:test_translit()





self:check_tr("မာခွိက်။", "makhwai&#124;&#124;")
end

return tests