From a7f0c357389683ac81761d6eb401e12492e90371 Mon Sep 17 00:00:00 2001 From: dchandler Date: Fri, 18 Jul 2003 03:51:29 +0000 Subject: [PATCH] Added a test for ts.ha vs. tsha ambiguity; there is no ambiguity. --- source/org/thdl/tib/input/DuffPaneTest.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/org/thdl/tib/input/DuffPaneTest.java b/source/org/thdl/tib/input/DuffPaneTest.java index 3b35782..768214e 100644 --- a/source/org/thdl/tib/input/DuffPaneTest.java +++ b/source/org/thdl/tib/input/DuffPaneTest.java @@ -101,20 +101,20 @@ public class DuffPaneTest extends TestCase { * keyboard, turning those into our internal representation (IR), * and then converting the result to Extended Wylie. */ public void testWylieToIRToWylie() { - ensureKeysGiveCorrectWylie("tsa", - "tsa"); + ensureKeysGiveCorrectWylie("ts.ha", + "tsaha"); + ensureKeysGiveCorrectWylie("tsha"); + + ensureKeysGiveCorrectWylie("tsa"); ensureKeysGiveCorrectWylie("t.sa", "tas"); - ensureKeysGiveCorrectWylie("d.za", - "d.za"); - ensureKeysGiveCorrectWylie("dza", - "dza"); + ensureKeysGiveCorrectWylie("d.za"); + ensureKeysGiveCorrectWylie("dza"); ensureKeysGiveCorrectWylie("s.ha", "saha"); - ensureKeysGiveCorrectWylie("sha", - "sha"); + ensureKeysGiveCorrectWylie("sha"); ensureKeysGiveCorrectWylie("kue "); ensureKeysGiveCorrectWylie("<8<7<0 ");