aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2021-07-26 16:34:47 +0200
committerAbigail <abigail@abigail.be>2021-07-26 16:34:47 +0200
commit838a1f7ff7ecba5ac32306cabd9af33fff3762ab (patch)
treea4529c59a3d65cd24dd67b7f00afe10db31be0b2
parentcb35258c4b2e7de233d859e068edea04ca80b584 (diff)
downloadperlweeklychallenge-club-838a1f7ff7ecba5ac32306cabd9af33fff3762ab.tar.gz
perlweeklychallenge-club-838a1f7ff7ecba5ac32306cabd9af33fff3762ab.tar.bz2
perlweeklychallenge-club-838a1f7ff7ecba5ac32306cabd9af33fff3762ab.zip
More tests for week 123, part 1
-rw-r--r--challenge-123/abigail/t/ctest.ini1
-rw-r--r--challenge-123/abigail/t/input-1-24
-rw-r--r--challenge-123/abigail/t/output-1-2.exp4
3 files changed, 9 insertions, 0 deletions
diff --git a/challenge-123/abigail/t/ctest.ini b/challenge-123/abigail/t/ctest.ini
index 527781acbb..7e50c2b843 100644
--- a/challenge-123/abigail/t/ctest.ini
+++ b/challenge-123/abigail/t/ctest.ini
@@ -5,4 +5,5 @@
[names]
1-1 = Given Examples
+1-2 = Larger Numbers
2-1 = Given Examples
diff --git a/challenge-123/abigail/t/input-1-2 b/challenge-123/abigail/t/input-1-2
new file mode 100644
index 0000000000..19badcb992
--- /dev/null
+++ b/challenge-123/abigail/t/input-1-2
@@ -0,0 +1,4 @@
+10
+100
+1000
+10000
diff --git a/challenge-123/abigail/t/output-1-2.exp b/challenge-123/abigail/t/output-1-2.exp
new file mode 100644
index 0000000000..a47264692c
--- /dev/null
+++ b/challenge-123/abigail/t/output-1-2.exp
@@ -0,0 +1,4 @@
+12
+1536
+51200000
+288325195312500000