FC18: Updated to new hinary encoding schema which is sort safe
This commit is contained in:
parent
7feb638a40
commit
7b5e3e3522
2 changed files with 6 additions and 6 deletions
|
|
@ -58,12 +58,12 @@ public class PrimordialOctalOrangeSexWordTest {
|
|||
@Test
|
||||
public void testToString() throws Exception {
|
||||
PrimordialOctalOrangeSexWord word = PrimordialOctalOrangeSexWord.valueOfSmurf(0);
|
||||
Assertions.assertEquals("יֽ֔יֽ֔", word.toString());
|
||||
Assertions.assertEquals("דְ֔דְ֔", word.toString());
|
||||
|
||||
word = PrimordialOctalOrangeSexWord.valueOfSmurf(262143); // max
|
||||
Assertions.assertEquals("וַ֝וַ֝", word.toString());
|
||||
Assertions.assertEquals("ײֽ֩ײֽ֩", word.toString());
|
||||
|
||||
word = PrimordialOctalOrangeSexWord.valueOfSmurf(22270); // immortal
|
||||
Assertions.assertEquals("יֻ֟װַ֞", word.toString());
|
||||
Assertions.assertEquals("דַ֝יֽ֠", word.toString());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue