aboutsummaryrefslogtreecommitdiff
path: root/challenge-087/abigail/t
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2020-11-16 19:50:42 +0100
committerAbigail <abigail@abigail.be>2020-11-16 19:50:42 +0100
commit2fdd50db96f3bb7cb7233bf8e8df85cbf3c3aebc (patch)
treeb97317b8fb137515439a76d57b14f733506b1f83 /challenge-087/abigail/t
parent8f335bf8ef18a4c0428b11b657acd6619dc07ea7 (diff)
downloadperlweeklychallenge-club-2fdd50db96f3bb7cb7233bf8e8df85cbf3c3aebc.tar.gz
perlweeklychallenge-club-2fdd50db96f3bb7cb7233bf8e8df85cbf3c3aebc.tar.bz2
perlweeklychallenge-club-2fdd50db96f3bb7cb7233bf8e8df85cbf3c3aebc.zip
Test cases for task 2.
Diffstat (limited to 'challenge-087/abigail/t')
-rw-r--r--challenge-087/abigail/t/input-2-15
-rw-r--r--challenge-087/abigail/t/input-2-24
-rw-r--r--challenge-087/abigail/t/input-2-35
-rw-r--r--challenge-087/abigail/t/input-2-48
-rw-r--r--challenge-087/abigail/t/input-2-55
-rw-r--r--challenge-087/abigail/t/input-2-65
-rw-r--r--challenge-087/abigail/t/output-2-1.exp3
-rw-r--r--challenge-087/abigail/t/output-2-2.exp2
-rw-r--r--challenge-087/abigail/t/output-2-3.exp3
-rw-r--r--challenge-087/abigail/t/output-2-4.exp8
-rw-r--r--challenge-087/abigail/t/output-2-5.exp2
-rw-r--r--challenge-087/abigail/t/output-2-6.exp6
12 files changed, 56 insertions, 0 deletions
diff --git a/challenge-087/abigail/t/input-2-1 b/challenge-087/abigail/t/input-2-1
new file mode 100644
index 0000000000..0e476bfcb8
--- /dev/null
+++ b/challenge-087/abigail/t/input-2-1
@@ -0,0 +1,5 @@
+0 0 0 1 0 0
+1 1 1 0 0 0
+0 0 1 0 0 1
+1 1 1 1 1 0
+1 1 1 1 1 0
diff --git a/challenge-087/abigail/t/input-2-2 b/challenge-087/abigail/t/input-2-2
new file mode 100644
index 0000000000..cc2e819552
--- /dev/null
+++ b/challenge-087/abigail/t/input-2-2
@@ -0,0 +1,4 @@
+1 0 1 0 1 0
+0 1 0 1 0 1
+1 0 1 0 1 0
+0 1 0 1 0 1
diff --git a/challenge-087/abigail/t/input-2-3 b/challenge-087/abigail/t/input-2-3
new file mode 100644
index 0000000000..00c492c822
--- /dev/null
+++ b/challenge-087/abigail/t/input-2-3
@@ -0,0 +1,5 @@
+0 0 0 1 1 1
+1 1 1 1 1 1
+0 0 1 0 0 1
+0 0 1 1 1 1
+0 0 1 1 1 1
diff --git a/challenge-087/abigail/t/input-2-4 b/challenge-087/abigail/t/input-2-4
new file mode 100644
index 0000000000..353e83f2cd
--- /dev/null
+++ b/challenge-087/abigail/t/input-2-4
@@ -0,0 +1,8 @@
+0 0 0 0 1 1 1 0 0
+0 0 0 0 1 1 1 1 0
+0 0 0 1 1 1 1 0 0
+1 1 0 0 1 1 1 1 0
+1 1 1 1 1 1 1 1 1
+1 0 1 0 1 1 1 0 0
+1 0 1 0 1 1 1 0 0
+1 0 1 0 1 1 0 0 0
diff --git a/challenge-087/abigail/t/input-2-5 b/challenge-087/abigail/t/input-2-5
new file mode 100644
index 0000000000..7a0087c6fa
--- /dev/null
+++ b/challenge-087/abigail/t/input-2-5
@@ -0,0 +1,5 @@
+0 0 1 1 0
+0 0 1 1 0
+0 0 1 0 0
+1 1 1 1 1
+1 1 0 1 1
diff --git a/challenge-087/abigail/t/input-2-6 b/challenge-087/abigail/t/input-2-6
new file mode 100644
index 0000000000..e7d1b34ea6
--- /dev/null
+++ b/challenge-087/abigail/t/input-2-6
@@ -0,0 +1,5 @@
+0 0 1 1 0
+0 0 1 1 0
+0 0 1 0 0
+1 1 1 1 0
+1 0 1 1 1
diff --git a/challenge-087/abigail/t/output-2-1.exp b/challenge-087/abigail/t/output-2-1.exp
new file mode 100644
index 0000000000..988d9b8138
--- /dev/null
+++ b/challenge-087/abigail/t/output-2-1.exp
@@ -0,0 +1,3 @@
+# Example 1
+1 1 1 1 1
+1 1 1 1 1
diff --git a/challenge-087/abigail/t/output-2-2.exp b/challenge-087/abigail/t/output-2-2.exp
new file mode 100644
index 0000000000..636fed5ba7
--- /dev/null
+++ b/challenge-087/abigail/t/output-2-2.exp
@@ -0,0 +1,2 @@
+# Example 2
+0
diff --git a/challenge-087/abigail/t/output-2-3.exp b/challenge-087/abigail/t/output-2-3.exp
new file mode 100644
index 0000000000..a1e8297981
--- /dev/null
+++ b/challenge-087/abigail/t/output-2-3.exp
@@ -0,0 +1,3 @@
+# Example 3
+1 1 1 1
+1 1 1 1
diff --git a/challenge-087/abigail/t/output-2-4.exp b/challenge-087/abigail/t/output-2-4.exp
new file mode 100644
index 0000000000..3f53537084
--- /dev/null
+++ b/challenge-087/abigail/t/output-2-4.exp
@@ -0,0 +1,8 @@
+# Column
+1 1 1
+1 1 1
+1 1 1
+1 1 1
+1 1 1
+1 1 1
+1 1 1
diff --git a/challenge-087/abigail/t/output-2-5.exp b/challenge-087/abigail/t/output-2-5.exp
new file mode 100644
index 0000000000..f1d317ecb8
--- /dev/null
+++ b/challenge-087/abigail/t/output-2-5.exp
@@ -0,0 +1,2 @@
+# 1 x n rectangle
+1 1 1 1 1
diff --git a/challenge-087/abigail/t/output-2-6.exp b/challenge-087/abigail/t/output-2-6.exp
new file mode 100644
index 0000000000..ba1fb58ffa
--- /dev/null
+++ b/challenge-087/abigail/t/output-2-6.exp
@@ -0,0 +1,6 @@
+# n x 1 rectangle
+1
+1
+1
+1
+1