Module:deva-last-char-type/testcases

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


local myModule = require('Module:deva-last-char-type') -- the module to be tested
local ScribuntoUnit = require('Module:ScribuntoUnit')
local suite = ScribuntoUnit:new()
function suite:testvowel()
    self:assertEquals('vowel', deva-last-char-type.check("खा"))
    --self:assertEquals('other expected value', myModule.someCall(456))
end
return suite