From 6bc72956b635006055fbb5c2aad9257f24cb008b Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 27 Feb 2005 20:59:33 +0000 Subject: [PATCH] New tests based on Paul Hackett's e-mail from today. --- source/org/thdl/tib/input/DuffPaneTest.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/org/thdl/tib/input/DuffPaneTest.java b/source/org/thdl/tib/input/DuffPaneTest.java index 50c4e48..eecb901 100644 --- a/source/org/thdl/tib/input/DuffPaneTest.java +++ b/source/org/thdl/tib/input/DuffPaneTest.java @@ -969,6 +969,27 @@ public class DuffPaneTest extends DuffPaneTestBase { ensureKeysGiveCorrectWylie("'gas"); + /* Paul Hackett's e-mail on Feb 27 2005 leads to these test + cases: */ + { + // second letter: + ensureKeysGiveCorrectWylie("gnas"); + ensureKeysGiveCorrectWylie("dgas"); + ensureKeysGiveCorrectWylie("dmas"); + ensureKeysGiveCorrectWylie("'gas"); + ensureKeysGiveCorrectWylie("'bas"); + + // TODO(dchandler): Paul Hackett's list says mngas is + // correct, not mangs. + ensureKeysGiveCorrectWylie("mngas", "mangs"); + + // first letter: + ensureKeysGiveCorrectWylie("'angs"); + // TODO(dchandler): Paul Hackett's list says dangs is + // correct, not dngas. + ensureKeysGiveCorrectWylie("dangs", "dngas"); + } + /* Chris Fynn's e-mail on Feb 21 2005 leads to these test cases: */ {