Module:peo-translit/testcases

From Wiktionary, the free dictionary
Jump to navigation Jump to search

All tests passed. (refresh)

TextExpectedActual
test:
Words
Passed𐎫𐎼𐎿𐎫𐎡𐎹t-r-s-t-i-yt-r-s-t-i-y
Passed𐎭𐎭𐎠𐎬𐎢𐎺d-d-a-tu-u-vd-d-a-tu-u-v
Passed𐎱𐎠𐎮𐎹p-a-di-yp-a-di-y
Passed𐎪jiji
Passed𐎲𐎼𐏀𐎶𐎴𐎡𐎹b-r-z-m-n-i-yb-r-z-m-n-i-y
Passed𐎩𐎮𐎡𐎹𐎠𐎷𐎡𐎹j-di-i-y-a-mi-i-yj-di-i-y-a-mi-i-y
Passed𐎠𐎼𐎫𐎠𐎨𐎠a-r-t-a-c-aa-r-t-a-c-a
Passed𐎭𐎭𐎠𐎬𐎢𐎺 𐎠𐎼𐎫𐎠𐎨𐎠d-d-a-tu-u-v a-r-t-a-c-ad-d-a-tu-u-v a-r-t-a-c-a
Numbers
Passed𐏕100100
Passed𐏕𐏒𐏑103103

return require "Module:transliteration module testcases"(
	require "Module:peo-translit".tr,
	{
		'Words',
		{ "𐎫𐎼𐎿𐎫𐎡𐎹", "t-r-s-t-i-y" },
		{ "𐎭𐎭𐎠𐎬𐎢𐎺", "d-d-a-tu-u-v" },		
		{ "𐎱𐎠𐎮𐎹", "p-a-di-y" },
		{ "𐎪", "ji" },
		{ "𐎲𐎼𐏀𐎶𐎴𐎡𐎹", "b-r-z-m-n-i-y" },
		{ "𐎩𐎮𐎡𐎹𐎠𐎷𐎡𐎹", "j-di-i-y-a-mi-i-y" },
		{ "𐎠𐎼𐎫𐎠𐎨𐎠", "a-r-t-a-c-a" },
		{ "'''𐎭𐎭𐎠𐎬𐎢𐎺''' 𐎠𐎼𐎫𐎠𐎨𐎠", "'''d-d-a-tu-u-v''' a-r-t-a-c-a" },
		
		'Numbers',
		{ "𐏕", "100" },
		{ "𐏕𐏒𐏑", "103" },
		--[[
		Copy this to add more examples:
		{ "", "" },
		--]]
	},
	"Xpeo", "peo")