Module:IPA symbol/sandbox/testcases list (part 1)
Appearance
-- Example Unit tests for [[Module:IPAsymbol]]. Click talk page to run tests.
local p = require('Module:UnitTests')
-- self:preprocess_equals_preprocess('{{#invoke:IPAsymbol/sandbox|main|}}', '{{IPAsym|}}')
function p:test_a_latinalphabet()
self:preprocess_equals_preprocess('{{#invoke:IPAsymbol/sandbox|main|m}}', '{{IPAsym|m}}')
self:preprocess_equals_preprocess('{{#invoke:IPAsymbol/sandbox|main|p}}', '{{IPAsym|p}}')
end
function p:test_z_full_IPA_list()
--All input options currently in {{IPAsym}}. The number is the rownumber
--todo
end
return p