Gather data
This commit is contained in:
@@ -21,7 +21,7 @@ public class ExportFormatTest {
|
||||
var grid = SwedishGenerator.makeEmptyGrid();
|
||||
|
||||
// Place a '2' (right) at (0,0)
|
||||
grid.setByteAt(0, (byte) '2');
|
||||
grid.setClue(0, (byte) '2');
|
||||
// This creates a slot starting at (0,1)
|
||||
|
||||
var clueMap = new HashMap<Integer, Lemma>();
|
||||
@@ -36,7 +36,7 @@ public class ExportFormatTest {
|
||||
grid.setByteAt(Grid.offset(0, 3), (byte) 'S');
|
||||
grid.setByteAt(Grid.offset(0, 4), (byte) 'T');
|
||||
// Terminate thGrid.offset(e slot at) (0,5) with another digit to avoid it extending to MAX_WORD_LENGTH
|
||||
grid.setByteAt(Grid.offset(0, 5), (byte) '1');
|
||||
grid.setClue(Grid.offset(0, 5), (byte) '1');
|
||||
|
||||
var fillResult = new FillResult(true, new Gridded(grid), clueMap, null);
|
||||
var puzzleResult = new PuzzleResult(swe, null, null, fillResult);
|
||||
|
||||
Reference in New Issue
Block a user