Module:Mult-translit/testcases

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

This is the unit-testing module for Module:Mult-translit.

All tests passed. (refresh)

TextExpectedActualDiffers atComments
testcases for tr function in Module:Mult-translit:
Passed𑊀𑊖atat
Passed𑊛𑊌pjpj
Passed𑊥𑊣𑊠𑊖slmtslmt
Passed𑊦𑊤hvhv
Passed𑊈𑊕ghṇghṇ
Passed𑊟𑊁bhibhi
Passed𑊐𑊄ṭkṭk
Passed𑊊𑊘cdcd
Passed𑊋𑊝𑊢chbrchbr
Passed𑊚𑊗nthnth
Passed𑊢𑊃𑊔reḍhreḍh
Passed𑊆𑊌𑊏𑊅𑊓𑊜gjñkhḏphgjñkhḏph
Passed𑊒𑊂ḍuḍu

-- Unit tests for [[Module:Mult-translit]]. Refresh page to run tests

return require 'Module:transliteration module testcases'(
	'Mult-translit',
	{
        { "𑊀𑊖", "at", "[[اتے]]" },
		{ "𑊛𑊌", "pj" },
        { "𑊥𑊣𑊠𑊖", "slmt" },
        { "𑊦𑊤", "hv" },
        { "𑊈𑊕", "ghṇ" },
        { "𑊟𑊁", "bhi" },
        { "𑊐𑊄", "ṭk" },
        { "𑊊𑊘", "cd" },
        { "𑊋𑊝𑊢", "chbr" },
        { "𑊚𑊗", "nth" },
        { "𑊢𑊃𑊔", "reḍh" },
        { "𑊆𑊌𑊏𑊅𑊓𑊜", "gjñkhḏph" },
        { "𑊒𑊂", "ḍu" },
	},
	"Mult", "skr"
)