Module:mns-nor-IPA/testcases
Appearance
(Redirected from Module:mns-nor-IPA/testcase)
- The following documentation is located at Module:mns-nor-IPA/testcases/documentation. [edit] Categories were auto-generated by Module:module categorization. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • tested module • sandbox
All tests passed. (refresh)
Text | Expected | Actual |
---|
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