Module:mns-nor-IPA/testcases

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

All tests passed. (refresh)

TextExpectedActual
test_ipa:

local tests = require('Module:UnitTests')
local to_IPA = require('Module:mns-nor-IPA').IPA
local m_links = require('Module:links')

local lang = require('Module:languages').getByCode('mns-nor')

local function link(word)
	return m_links.full_link{ term = word, lang = lang }
end

function tests:test_ipa()
	local examples = {
		{ 'восьрамыӈ', 'woɕramiŋ' },
	}
	
end
	
return tests