From dbd9c80ca096d7189cc9c0a3c936fbf024fe030d Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 9 Nov 2003 01:06:26 +0000 Subject: [PATCH] Special tests for rwa and r+wa, which are the only two different stacks with the same hash key modulo - and +. --- source/org/thdl/tib/input/DuffPaneTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/org/thdl/tib/input/DuffPaneTest.java b/source/org/thdl/tib/input/DuffPaneTest.java index f442248..af99c50 100644 --- a/source/org/thdl/tib/input/DuffPaneTest.java +++ b/source/org/thdl/tib/input/DuffPaneTest.java @@ -1098,5 +1098,11 @@ public class DuffPaneTest extends TestCase { ensureKeysGiveCorrectWylie("don't touch my coffee/that makes me very angry/supersize my drink", "dona'ata tocha mya cofafe/thata makesa me veraya angaraya/superasize mya drinaka"); + { + // r-w and r+w are tricky cases in tibwn.ini -- the only ones + // like this according to bug #800166. + e("rwa"); + e("r+wa"); + } } }