diff options
| author | Abigail <abigail@abigail.be> | 2021-06-07 17:59:53 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-06-07 18:41:40 +0200 |
| commit | f08a13f3afd794045d93196c78b2c75f4959bd10 (patch) | |
| tree | 3bdd1c93868764567085099957dafbfd366b83ea | |
| parent | 3cfc7a5a647163b2c9aff624d86d0ff9bec7532a (diff) | |
| download | perlweeklychallenge-club-f08a13f3afd794045d93196c78b2c75f4959bd10.tar.gz perlweeklychallenge-club-f08a13f3afd794045d93196c78b2c75f4959bd10.tar.bz2 perlweeklychallenge-club-f08a13f3afd794045d93196c78b2c75f4959bd10.zip | |
Test cases for week 116
| -rw-r--r-- | challenge-116/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-116/abigail/t/input-1-1 | 3 | ||||
| -rw-r--r-- | challenge-116/abigail/t/input-2-1 | 3 | ||||
| -rw-r--r-- | challenge-116/abigail/t/output-1-1.exp | 3 | ||||
| -rw-r--r-- | challenge-116/abigail/t/output-2-1.exp | 3 |
5 files changed, 20 insertions, 0 deletions
diff --git a/challenge-116/abigail/t/ctest.ini b/challenge-116/abigail/t/ctest.ini new file mode 100644 index 0000000000..527781acbb --- /dev/null +++ b/challenge-116/abigail/t/ctest.ini @@ -0,0 +1,8 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Given Examples
+2-1 = Given Examples
diff --git a/challenge-116/abigail/t/input-1-1 b/challenge-116/abigail/t/input-1-1 new file mode 100644 index 0000000000..e0e9503285 --- /dev/null +++ b/challenge-116/abigail/t/input-1-1 @@ -0,0 +1,3 @@ +1234 +91011 +10203 diff --git a/challenge-116/abigail/t/input-2-1 b/challenge-116/abigail/t/input-2-1 new file mode 100644 index 0000000000..93e3c204ca --- /dev/null +++ b/challenge-116/abigail/t/input-2-1 @@ -0,0 +1,3 @@ +34 +50 +52 diff --git a/challenge-116/abigail/t/output-1-1.exp b/challenge-116/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..c1c54c5e0c --- /dev/null +++ b/challenge-116/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +1,2,3,4 +9,10,11 +10203 diff --git a/challenge-116/abigail/t/output-2-1.exp b/challenge-116/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..2f1465d159 --- /dev/null +++ b/challenge-116/abigail/t/output-2-1.exp @@ -0,0 +1,3 @@ +1 +1 +0 |
