Skip to content

Commit 27e2f7b

Browse files
committed
Updated Tests.txt according to latest code changes.
1 parent ef47158 commit 27e2f7b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Tests.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,17 @@ sudoku> print
5454
. . . . . . . . . . . .
5555
. . . . . . . . . . 10 5
5656
sudoku> input sudokus\impossible.sud
57-
Error! The file contains an invalid sudoku.
57+
sudoku> print
58+
. . . .
59+
1 . . .
60+
. 3 . .
61+
. 4 . .
62+
sudoku> saturate
63+
Error! This board is unsolvable
64+
sudoku> first
65+
Error! This board is unsolvable
66+
sudoku> all
67+
Error! This board is unsolvable
5868
sudoku> input sudokus\blank.sud
5969
sudoku> print
6070
. . . .

0 commit comments

Comments
 (0)