diff --git a/source/org/thdl/tib/input/DuffPaneTest.java b/source/org/thdl/tib/input/DuffPaneTest.java index f4c1a75..367d36d 100644 --- a/source/org/thdl/tib/input/DuffPaneTest.java +++ b/source/org/thdl/tib/input/DuffPaneTest.java @@ -100,7 +100,14 @@ 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("kue "); + ensureKeysGiveCorrectWylie("kuau "); + ensureKeysGiveCorrectWylie("ku-i "); + ensureKeysGiveCorrectWylie("kuai "); + ensureKeysGiveCorrectWylie("cuig "); + ensureKeysGiveCorrectWylie("kcuig "); ensureKeysGiveCorrectWylie("nga "); + ensureKeysGiveCorrectWylie("nga /"); ensureKeysGiveCorrectWylie("nag");