Skip to content

Commit

Permalink
Add comma, more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annedrewhu committed Nov 23, 2024
1 parent abe9b8d commit 4f3cb9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions rules/str/str-sencoten.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
[ 'C/', 'Ȼ' ],
[ 'I\'', 'Í' ],
[ ',', '¸' ],
[ '<', ','],
[ 'K-', '₭' ],
[ 'K_', 'Ḵ' ],
[ 'K;', 'Ḵ' ],
Expand Down
18 changes: 10 additions & 8 deletions test/jquery.ime.test.fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -6179,14 +6179,16 @@ var palochkaVariants = {
{ input: "pet/en_eu,ec'", output: 'PEȾEṈEU¸EĆ', description: 'Straits Salish PEȾEṈEU¸EĆ' },
{ input: "sda/y,es", output: 'SDȺY¸ES', description: 'Straits Salish SDȺY¸ES' },
{ input: "ta'nS", output: 'TÁNs', description: 'Straits Salish TÁNs' },
{ input: "", output: '', description: '' },
{ input: "", output: '', description: '' },
{ input: "", output: '', description: '' },
{ input: "", output: '', description: '' },
{ input: "", output: '', description: '' },
{ input: "", output: '', description: '' },
{ input: "", output: '', description: '' },
{ input: "", output: '', description: '' },
{ input: "qa'sset", output: 'QÁSSET', description: 'Straights Salish QÁSSET' },
{ input: "qa',les sc/a'c'el", output: 'QÁ¸LES SȻÁĆEL', description: 'Straights Salish SȻÁĆEL' },
{ input: "qi'yec'en", output: 'QÍYEĆEN', description: 'Straights Salish QÍYEĆEN' },
{ input: "sa',i'eu", output: 'SÁ¸ÍEU', description: 'Straights Salish SÁ¸ÍEU' },
{ input: "s,i'e,", output: 'S¸ÍE¸', description: 'Straights Salish S¸ÍE¸' },
{ input: "sk-ek'c'es", output: 'S₭EḰĆES', description: 'Straights Salish S₭EḰĆES' },
{ input: "sk_a'keten;", output: 'SḴÁKETEṈ', description: 'Straights Salish SḴÁKETEṈ' },
{ input: "l-a'u<weln;ew;", output: 'ȽÁU,WELṈEW̱', description: 'Straights Salish WELṈEW̱' },
{ input: "c/ec/ot;s'en", output: 'ȻEȻOṮŚEN', description: 'Straights Salish ȻEȻOṮŚEN' },
{ input: "ec'ex;el", output: 'EĆEX̱EL', description: 'Straights Salish EĆEX̱EL' },
]
},
{
Expand Down

0 comments on commit 4f3cb9c

Please sign in to comment.