common/exercises/minesweeper/canonical-data.json in trackler-2.0.1.1 vs common/exercises/minesweeper/canonical-data.json in trackler-2.0.1.2

- old
+ new

@@ -54,12 +54,12 @@ ] }, { "description": "space surrounded by mines", "input": [ - " ", - " 8 ", - " " + "***", + "* *", + "***" ], "expected": [ "***", "*8*", "***"