Added a test for ts.ha vs. tsha ambiguity; there is no ambiguity.
This commit is contained in:
parent
dc454b8c0c
commit
a7f0c35738
1 changed files with 8 additions and 8 deletions
|
@ -101,20 +101,20 @@ public class DuffPaneTest extends TestCase {
|
||||||
* keyboard, turning those into our internal representation (IR),
|
* keyboard, turning those into our internal representation (IR),
|
||||||
* and then converting the result to Extended Wylie. */
|
* and then converting the result to Extended Wylie. */
|
||||||
public void testWylieToIRToWylie() {
|
public void testWylieToIRToWylie() {
|
||||||
ensureKeysGiveCorrectWylie("tsa",
|
ensureKeysGiveCorrectWylie("ts.ha",
|
||||||
"tsa");
|
"tsaha");
|
||||||
|
ensureKeysGiveCorrectWylie("tsha");
|
||||||
|
|
||||||
|
ensureKeysGiveCorrectWylie("tsa");
|
||||||
ensureKeysGiveCorrectWylie("t.sa",
|
ensureKeysGiveCorrectWylie("t.sa",
|
||||||
"tas");
|
"tas");
|
||||||
|
|
||||||
ensureKeysGiveCorrectWylie("d.za",
|
ensureKeysGiveCorrectWylie("d.za");
|
||||||
"d.za");
|
ensureKeysGiveCorrectWylie("dza");
|
||||||
ensureKeysGiveCorrectWylie("dza",
|
|
||||||
"dza");
|
|
||||||
|
|
||||||
ensureKeysGiveCorrectWylie("s.ha",
|
ensureKeysGiveCorrectWylie("s.ha",
|
||||||
"saha");
|
"saha");
|
||||||
ensureKeysGiveCorrectWylie("sha",
|
ensureKeysGiveCorrectWylie("sha");
|
||||||
"sha");
|
|
||||||
|
|
||||||
ensureKeysGiveCorrectWylie("kue ");
|
ensureKeysGiveCorrectWylie("kue ");
|
||||||
ensureKeysGiveCorrectWylie("<8<7<0 ");
|
ensureKeysGiveCorrectWylie("<8<7<0 ");
|
||||||
|
|
Loading…
Reference in a new issue