Naraguna:Bennylin/Narayam/test

Saka Wikipédia Jawa, bauwarna mardika basa Jawa
narayamTest( {
	description: 'Javanese transliteration layout test',
	tests: [
{ input: '\\A', output: 'A', description: 'Javanese transliteration escape mode - A' },
{ input: 'A', output: 'ꦄ', description: 'standalone vocal "A" - for foreign words' },
{ input: 'E', output: 'ꦌ', description: 'standalone vocal "E" - for foreign words' },
{ input: 'I', output: 'ꦆ', description: 'standalone vocal "I" - for foreign words' },
{ input: 'O', output: 'ꦎ', description: 'standalone vocal "O" - for foreign words' },
{ input: 'U', output: 'ꦈ', description: 'standalone vocal "U" - for foreign words' },
{ input: 'X', output: 'ꦄꦼ', description: 'standalone vocal "Ê" - for foreign words' },
{ input: 'h', output: 'ꦲ꧀', description: 'ha with a virama' },
{ input: 'ha', output: 'ꦲ', description: 'first letter - ha - also used to write "a", used to write Javanese word' },
{ input: 'a', output: 'ꦲ', description: 'first letter - ha - also used to write "a", used to write Javanese word' },
{ input: 'e', output: 'ꦲꦺ', description: 'first letter - ha - with a "taling", also used to write "e", used to write Javanese word' },
{ input: 'i', output: 'ꦲꦶ', description: 'first letter - ha - with a "wulu", also used to write "i", used to write Javanese word' },
{ input: 'o', output: 'ꦲꦺꦴ', description: 'first letter - ha - with a "taling tarung", also used to write "o", used to write Javanese word' },
{ input: 'u', output: 'ꦲꦸ', description: 'first letter - ha - with a "suku", also used to write "u", used to write Javanese word' },
{ input: 'x', output: 'ꦲꦼ', description: 'first letter - ha - with a "pêpêt", also used to write "ê", used to write Javanese word' },
{ input: 'q', output: '꧀', description: 'virama' },
{ input: 'lx', output: 'ꦊ', description: 'special letter - "la" with a "pêpêt" - "nga lelet"' },
{ input: 'rx', output: 'ꦉ', description: 'special letter - "ra" with a "pêpêt" - "pa cerek"' },
{ input: 'ning', output: 'ꦤꦶꦁ', description: '"na" + "cecak" (word ends with "ng")' },
{ input: 'cor', output: 'ꦕꦺꦴꦂ', description: '"ca" + "layar" (word ends with "r")' },
{ input: 'reh', output: 'ꦫꦺꦃ', description: '"ra" + "wignyan" (word ends with "h")' },
{ input: 'kya', output: 'ꦏꦾ', description: '"ka" + "pengkal" (word with "-y-" in the middle)' },
{ input: 'dra', output: 'ꦢꦿ', description: '"da" + "cakra" (word with "-r-" in the middle)' },
{ input: 'trx', output: 'ꦠꦽ', description: '"ta" + "cakra keret" (word with "-r-" in the middle, and ends with "ê")' },
{ input: 'sii', output: 'ꦱꦷ', description: '"sa" + "wulu melik"' },
{ input: 'wuu', output: 'ꦮꦹ', description: '"wa" + "suku mendut"' },
{ input: 'lai', output: 'ꦭꦻ', description: '"la" + "dirga mure"' }
	],
	scheme: 'jv',
	$input: $( '<input>' ).attr( { id: 'jv', type: 'text' } )
} );