New tests based on Paul Hackett's e-mail from today.
This commit is contained in:
parent
24403bb395
commit
6bc72956b6
1 changed files with 21 additions and 0 deletions
|
@ -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: */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue