Module:pra-Deva-translit/testcases

Hello, you have come here looking for the meaning of the word Module:pra-Deva-translit/testcases. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:pra-Deva-translit/testcases, but we will also tell you about its etymology, its characteristics and you will know how to say Module:pra-Deva-translit/testcases in singular and plural. Everything you need to know about the word Module:pra-Deva-translit/testcases you have here. The definition of the word Module:pra-Deva-translit/testcases will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:pra-Deva-translit/testcases, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This is the unit-testing module for Module:pra-Deva-translit.

All tests passed. (refresh)

TextExpectedActualDiffers at
testcases for tr function in Module:pra-Deva-translit:
Passedसेट्ठिsĕṭṭhisĕṭṭhi
Passedएक्कĕkkaĕkka
Passedबोल्लइbŏllaïbŏllaï
Passedओक्किअŏkkiaŏkkia
Passedतेलtelatela
Passedएसज्जesajjaesajja
Passedतोसtosatosa
Passedओहिohiohi
Passedअउअaüaaüa
Passedअइउट्टaïuṭṭaaïuṭṭa
Passedअउमaümaaüma
Passedसउणsaüṇasaüṇa
Passedवाअउvāaüvāaü

return require("Module:transliteration module testcases") {
	module = "pra-Deva-translit",
    examples = {
        { "सेट्ठि", "sĕṭṭhi"},
        { "एक्क", "ĕkka"},
        { "बोल्लइ", "bŏllaï"},
        { "ओक्किअ", "ŏkkia"},
        { "तेल", "tela"},
        { "एसज्ज", "esajja"},
        { "तोस", "tosa"},
        { "ओहि", "ohi"},
        { "अउअ", "aüa"},
        { "अइउट्ट", "aïuṭṭa"},
        { "अउम", "aüma"},
        { "सउण", "saüṇa"}, 
        { "वाअउ", "vāaü"},
    },
    sc = "Deva", lang = "pra",
}