diff options
author | David Phillips <david@sighup.nz> | 2019-03-16 21:06:15 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2019-03-16 21:06:15 +1300 |
commit | 53e40ead2dc29deaff619803d1aa57812b2920fc (patch) | |
tree | ca1d3c816e87143d69507f3a2364a1ce42056c56 /test/100-medium | |
parent | 16a2da0f217aa4f2da4b084014e4da731740e0df (diff) | |
download | sudoku-53e40ead2dc29deaff619803d1aa57812b2920fc.tar.xz |
Tally test results, add new tests
Diffstat (limited to 'test/100-medium')
-rw-r--r-- | test/100-medium/expected.sku | 13 | ||||
-rw-r--r-- | test/100-medium/in.sku | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/test/100-medium/expected.sku b/test/100-medium/expected.sku new file mode 100644 index 0000000..a81eebf --- /dev/null +++ b/test/100-medium/expected.sku @@ -0,0 +1,13 @@ +?6??5?32? +?9??4?6?? +7?36?8??? + +1???7?98? +6???????2 +?39?8???1 + +???5?48?7 +??4?3??1? +?78?6??9? + +Needs updating with solution - currently solver cannot solve diff --git a/test/100-medium/in.sku b/test/100-medium/in.sku new file mode 100644 index 0000000..03f1055 --- /dev/null +++ b/test/100-medium/in.sku @@ -0,0 +1,11 @@ +?6??5?32? +?9??4?6?? +7?36?8??? + +1???7?98? +6???????2 +?39?8???1 + +???5?48?7 +??4?3??1? +?78?6??9? |