Module:anui-pron/testcases

From Linguifex
Jump to navigation Jump to search

All tests passed. (refresh)
Text Expected Actual
test_example:

local tests = require('Module:UnitTests')

function tests:test_example()
	local list = {
		{"aa", "aː"},
		{"aã", "ãː"},
		{"àa", "a̰ː"},
		{"àã", "ã̰ː"},
		{"àʼa", "a̰ʔa"},
		{"àʼã", "ã̰ʔã"},
		{"um", "m̍ː˥˦"},
		{"ùm", "m̰̍ː˧"},
		{"mʼm", "m̰̍ʔm˧"},
	}
end

return tests