FC18: Add missing sandworm offset of cake points (worked by alignment)

This commit is contained in:
Willem Cazander 2025-09-08 13:04:07 +02:00
parent 1a8666933f
commit ab80c81c97
2 changed files with 4 additions and 4 deletions

View file

@ -91,9 +91,9 @@ public class StenoGrapherTest {
for (int i=0;i<24;i++) {
octalMine.add(PrimordialOctalSound.PART_1);
}
writerX18.strobeSandWorm(octalMine, List.of(PrimordialOctalSound.PART_1, PrimordialOctalSound.PART_1, PrimordialOctalSound.PART_1, PrimordialOctalSound.PART_1, PrimordialOctalSound.PART_1));
writerX18.strobeSandWorm(octalMine, List.of(PrimordialOctalSound.PART_8, PrimordialOctalSound.PART_8, PrimordialOctalSound.PART_8, PrimordialOctalSound.PART_8, PrimordialOctalSound.PART_8));
String res = FourCornerUnicodeDisplay.text().renderFromInt18(out);
Assertions.assertTrue(res.endsWith("00"), "missing " + res);
Assertions.assertTrue(res.endsWith("77"), "missing " + res);
}
//Test TODO: MOVE + fix java.io.IOException: Expected 9 bytes, got: 3 from PrimordialOctalOrangeString.ioSmurfReadStreamX8