aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-086/abigail/t/input-2-44
-rw-r--r--challenge-086/abigail/t/output-2-4.exp5
2 files changed, 9 insertions, 0 deletions
diff --git a/challenge-086/abigail/t/input-2-4 b/challenge-086/abigail/t/input-2-4
new file mode 100644
index 0000000000..b1f2d6d98c
--- /dev/null
+++ b/challenge-086/abigail/t/input-2-4
@@ -0,0 +1,4 @@
+[ 3 _ 4 _ ]
+[ _ 1 _ 2 ]
+[ _ 4 _ 3 ]
+[ 2 _ 1 _ ]
diff --git a/challenge-086/abigail/t/output-2-4.exp b/challenge-086/abigail/t/output-2-4.exp
new file mode 100644
index 0000000000..bbb700ad9c
--- /dev/null
+++ b/challenge-086/abigail/t/output-2-4.exp
@@ -0,0 +1,5 @@
+# 4x4 Sudoku
+[ 3 2 4 1 ]
+[ 4 1 3 2 ]
+[ 1 4 2 3 ]
+[ 2 3 1 4 ]