All tests passed. (refresh)
Text | Expected | Actual | |
---|---|---|---|
Words | |||
𐎫𐎼𐎿𐎫𐎡𐎹 | t-r-s-t-i-y | t-r-s-t-i-y | |
𐎭𐎭𐎠𐎬𐎢𐎺 | d-d-a-tu-u-v | d-d-a-tu-u-v | |
𐎱𐎠𐎮𐎹 | p-a-di-y | p-a-di-y | |
𐎪 | ji | ji | |
𐎲𐎼𐏀𐎶𐎴𐎡𐎹 | b-r-z-m-n-i-y | b-r-z-m-n-i-y | |
𐎩𐎮𐎡𐎹𐎠𐎷𐎡𐎹 | j-di-i-y-a-mi-i-y | j-di-i-y-a-mi-i-y | |
𐎠𐎼𐎫𐎠𐎨𐎠 | a-r-t-a-c-a | a-r-t-a-c-a | |
𐎭𐎭𐎠𐎬𐎢𐎺 𐎠𐎼𐎫𐎠𐎨𐎠 | d-d-a-tu-u-v a-r-t-a-c-a | d-d-a-tu-u-v a-r-t-a-c-a | |
Numbers | |||
𐏕 | 100 | 100 | |
𐏕𐏒𐏑 | 103 | 103 |
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")