Module:User:George Animal/ipa/ku/testcases

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


local tests = require('Module:UnitTests')
local m_hu_pron = require('Module:User:George Animal/ipa/ku')
local m_links = require('Module:links')

local lang = require('Module:languages').getByCode('hu')

function tests:check_ipa(Latn, IPA, Latn_word)
	self:equals(
		m_links.full_link(Latn_word or Latn, Latn_word or Latn, lang, nil, nil, nil, { tr = '-' }, true) ..
			(Latn_word and (" (respelled " .. Latn .. ")") or ""),
		m_ku_pron.IPA(Latn),
		IPA
	)
end

function tests:test_ipa()
	self:check_ipa('welat', 'welatɒ')
	end

return tests