diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2021-12-20 18:30:29 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2021-12-20 18:30:29 +0100 |
| commit | 8254e0cdd38e99a76e12136123400a6160d6f160 (patch) | |
| tree | a2837ca2d8697b754d5e472d8c7cbc082a6958a9 /challenge-144/abigail/t | |
| parent | 1aa8ecccec917bbdee515fef036e8f84c47dae22 (diff) | |
| download | perlweeklychallenge-club-8254e0cdd38e99a76e12136123400a6160d6f160.tar.gz perlweeklychallenge-club-8254e0cdd38e99a76e12136123400a6160d6f160.tar.bz2 perlweeklychallenge-club-8254e0cdd38e99a76e12136123400a6160d6f160.zip | |
Solutions for week 144, part 1
This is just a glorified Hello, World program. So, that's what you get!
Diffstat (limited to 'challenge-144/abigail/t')
| -rw-r--r-- | challenge-144/abigail/t/ctest.ini | 13 | ||||
| -rw-r--r-- | challenge-144/abigail/t/input-1-1 | 1 | ||||
| -rw-r--r-- | challenge-144/abigail/t/output-1-1.exp | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/challenge-144/abigail/t/ctest.ini b/challenge-144/abigail/t/ctest.ini new file mode 100644 index 0000000000..88e8105056 --- /dev/null +++ b/challenge-144/abigail/t/ctest.ini @@ -0,0 +1,13 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Fixed output
+
+[1-1]
+no_input = 1
+
+[1-1/sed]
+no_input = 0
diff --git a/challenge-144/abigail/t/input-1-1 b/challenge-144/abigail/t/input-1-1 new file mode 100644 index 0000000000..8d1c8b69c3 --- /dev/null +++ b/challenge-144/abigail/t/input-1-1 @@ -0,0 +1 @@ + diff --git a/challenge-144/abigail/t/output-1-1.exp b/challenge-144/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..589eda7779 --- /dev/null +++ b/challenge-144/abigail/t/output-1-1.exp @@ -0,0 +1 @@ +4, 6, 9, 10, 14, 15, 21, 22, 25, 26, 33, 34, 35, 38, 39, 46, 49, 51, 55, 57, 58, 62, 65, 69, 74, 77, 82, 85, 86, 87, 91, 93, 94, 95 |
