Module:IPA/testcases
Appearance
![]() | This is the test cases page for the module Module:IPA. Results of the test cases. |
-- Example Unit tests for [[Module:IPA]]. Click talk page to run tests.
local p = require("Module:UnitTests")
local function compare(input)
self:preprocess_equals("{{IPA/sandbox|" .. input .. "}}", "{{IPA|" .. input .. "}}")
end
function p:test_IPA()
local list = {
"gɛt",
"ðɪs",
}
for i, example in pairs(examples) do
compare(example)
end
end
return p