Module:brx-translit/testcases

Hello, you have come here looking for the meaning of the word Module:brx-translit/testcases. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:brx-translit/testcases, but we will also tell you about its etymology, its characteristics and you will know how to say Module:brx-translit/testcases in singular and plural. Everything you need to know about the word Module:brx-translit/testcases you have here. The definition of the word Module:brx-translit/testcases will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:brx-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:brx-translit.

All tests passed. (refresh)

TextExpectedActualDiffers atComments
test_translit_bodo:
Passedखावसेkaosekaose
Passedअखाफोरokafwrokafwr
Passedअख्रांokraŋokraŋ
Passedसंख्रिsoŋkrisoŋkri
Passedदावदैdaodwidaodwi
Passedबिसोरनिbiswrnibiswrni
Passedहामजायोhamzaywhamzayw

-- Unit tests for ]. Refresh page to run tests.
local tests = require('Module:UnitTests')
local brx_translit = require('Module:brx-translit')

function tests:do_test_translit(deva, roman, comment)
	self:equals('<span class="Deva" lang="brx">]</span>', brx_translit.tr(deva, 'brx', 'Deva'), roman, { comment = comment })
end

function tests:test_translit_bodo()
    self:do_test_translit('खावसे', 'kaose')
    self:do_test_translit('अखाफोर', 'okafwr')
    self:do_test_translit('अख्रां', 'okraŋ')
    self:do_test_translit('संख्रि', 'soŋkri')
self:do_test_translit('दावदै', 'daodwi')
self:do_test_translit('बिसोरनि', 'biswrni')
self:do_test_translit('हामजायो', 'hamzayw')
end
 
return tests