Added a test for ts.ha vs. tsha ambiguity; there is no ambiguity.

This commit is contained in:
dchandler 2003-07-18 03:51:29 +00:00
parent dc454b8c0c
commit a7f0c35738

View file

@ -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 ");