Hello, you have come here looking for the meaning of the word
Module:xsr-Deva-translit/testcases. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:xsr-Deva-translit/testcases, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:xsr-Deva-translit/testcases in singular and plural. Everything you need to know about the word
Module:xsr-Deva-translit/testcases you have here. The definition of the word
Module:xsr-Deva-translit/testcases will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:xsr-Deva-translit/testcases, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
-- Unit tests for ]. Refresh page to run tests.
local tests = require('Module:UnitTests')
local xsr_translit = require('Module:xsr-Deva-translit')
function tests:do_test_translit(deva, roman, comment)
self:equals('<span class="Deva" lang="xsr">]</span>', xsr_translit.tr(deva, 'xsr', 'Deva'), roman, { comment = comment })
end
function tests:test_translit_sherpa()
self:do_test_translit('ख्योरो', 'khyoro')
self:do_test_translit('अच्यू', 'acū')
end
return tests