Avatar
let board: Board = Board(width: 6, height: 4) XCTAssertEqual(board, Board(""" ------ --ox-- --xo-- ------ """))