Module:mns-nor-IPA/testcases

From Wiktionary, the free dictionary
Jump to navigation Jump to search

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