This commit is contained in:
mike
2026-01-23 13:12:30 +01:00
parent e5db5b8d96
commit d0b64fac5f
2 changed files with 10 additions and 5 deletions

View File

@@ -335,7 +335,7 @@ public class MarkerTest {
// arrow cells are NOT in letterAt unless they are also part of a word (unlikely).
// So (0,0) should be '#'
assertEquals(1, exported.grid().length);
//assertEquals("#TEST", exported.grid()[0]);
assertEquals("#TEST", exported.grid()[0]);
}
@Test