diff options
| author | Abigail <abigail@abigail.be> | 2021-09-27 17:19:19 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-09-27 17:19:19 +0200 |
| commit | 4654113af779173d91d68a66b245b899325a3b05 (patch) | |
| tree | 5a45a1702e1e150a4b5859e582bb2c19249450e8 | |
| parent | 882a3ad1db63c62ede71b5c135e586f2bdf3794e (diff) | |
| download | perlweeklychallenge-club-4654113af779173d91d68a66b245b899325a3b05.tar.gz perlweeklychallenge-club-4654113af779173d91d68a66b245b899325a3b05.tar.bz2 perlweeklychallenge-club-4654113af779173d91d68a66b245b899325a3b05.zip | |
Tests for week 132, part 1
| -rw-r--r-- | challenge-132/abigail/t/ctest.ini | 7 | ||||
| -rw-r--r-- | challenge-132/abigail/t/input-1-1 | 3 | ||||
| -rw-r--r-- | challenge-132/abigail/t/output-1-1.exp | 3 |
3 files changed, 13 insertions, 0 deletions
diff --git a/challenge-132/abigail/t/ctest.ini b/challenge-132/abigail/t/ctest.ini new file mode 100644 index 0000000000..d1a3f6baf6 --- /dev/null +++ b/challenge-132/abigail/t/ctest.ini @@ -0,0 +1,7 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Given Examples
diff --git a/challenge-132/abigail/t/input-1-1 b/challenge-132/abigail/t/input-1-1 new file mode 100644 index 0000000000..ff1ed673f2 --- /dev/null +++ b/challenge-132/abigail/t/input-1-1 @@ -0,0 +1,3 @@ +2021/09/18 +1975/10/10 +1967/02/14 diff --git a/challenge-132/abigail/t/output-1-1.exp b/challenge-132/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..79ae84b275 --- /dev/null +++ b/challenge-132/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +2021/09/14, 2021/09/26 +1929/10/27, 2067/09/05 +1912/07/08, 2076/04/30 |
