Skip to content

Commit d0f0b01

Browse files
authored
Merge pull request #3 from timlg07/praktomat-specific-version
Updated Tests.txt according to latest code changes.
2 parents eac5723 + 27e2f7b commit d0f0b01

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)