Special tests for rwa and r+wa, which are the only two different stacks with the same hash key modulo - and +.
This commit is contained in:
parent
85e1e0701e
commit
dbd9c80ca0
1 changed files with 6 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue