Module:ISO 639 name/testcases/ISO 639-5 name from code

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Trappist the monk at 15:19, 11 July 2024 (top: clean up). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
local p = require("Module:UnitTests")

function p:test_iso_639_5_code_to_name()
	local language_list = mw.loadData("Module:ISO 639 name/ISO 639-5")
	require("Module:Lang/documentor tool").testcases_iso_code_to_name(self, {language_list = language_list, iso_number = "5"})
end

return p