diff options
| author | Abigail <abigail@abigail.be> | 2021-01-26 19:13:48 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-01-26 19:13:48 +0100 |
| commit | f4e861bc27167c67ebb9bbda9e03884778cdd525 (patch) | |
| tree | a15123cb9bf61f8963255ebd77349e0b2e08ca74 /challenge-097 | |
| parent | ae613406d9d15aaecda3bf823c09cc50af180b5b (diff) | |
| download | perlweeklychallenge-club-f4e861bc27167c67ebb9bbda9e03884778cdd525.tar.gz perlweeklychallenge-club-f4e861bc27167c67ebb9bbda9e03884778cdd525.tar.bz2 perlweeklychallenge-club-f4e861bc27167c67ebb9bbda9e03884778cdd525.zip | |
Split example for part 2
Since they need different command line options
Diffstat (limited to 'challenge-097')
| -rw-r--r-- | challenge-097/abigail/t/ctest.ini | 9 | ||||
| -rw-r--r-- | challenge-097/abigail/t/input-2-1 | 3 | ||||
| -rw-r--r-- | challenge-097/abigail/t/input-2-2 | 1 | ||||
| -rw-r--r-- | challenge-097/abigail/t/output-2-1.exp | 1 | ||||
| -rw-r--r-- | challenge-097/abigail/t/output-2-2.exp | 1 |
5 files changed, 11 insertions, 4 deletions
diff --git a/challenge-097/abigail/t/ctest.ini b/challenge-097/abigail/t/ctest.ini index 886776f178..bf326e1fd7 100644 --- a/challenge-097/abigail/t/ctest.ini +++ b/challenge-097/abigail/t/ctest.ini @@ -1,6 +1,13 @@ [names]
1-1 = Given example
-2-1 = Given examples
+2-1 = Given example 1
+2-2 = Given example 2
[1-1]
args = -s 3
+
+[2-1]
+args = -s 3
+
+[2-2]
+args = -s 4
diff --git a/challenge-097/abigail/t/input-2-1 b/challenge-097/abigail/t/input-2-1 index 33d5874cee..d3c6b61c0c 100644 --- a/challenge-097/abigail/t/input-2-1 +++ b/challenge-097/abigail/t/input-2-1 @@ -1,2 +1 @@ -3 101100101 -4 10110111 +101100101 diff --git a/challenge-097/abigail/t/input-2-2 b/challenge-097/abigail/t/input-2-2 new file mode 100644 index 0000000000..057b63d2d9 --- /dev/null +++ b/challenge-097/abigail/t/input-2-2 @@ -0,0 +1 @@ +10110111 diff --git a/challenge-097/abigail/t/output-2-1.exp b/challenge-097/abigail/t/output-2-1.exp index 1191247b6d..d00491fd7e 100644 --- a/challenge-097/abigail/t/output-2-1.exp +++ b/challenge-097/abigail/t/output-2-1.exp @@ -1,2 +1 @@ 1 -2 diff --git a/challenge-097/abigail/t/output-2-2.exp b/challenge-097/abigail/t/output-2-2.exp new file mode 100644 index 0000000000..0cfbf08886 --- /dev/null +++ b/challenge-097/abigail/t/output-2-2.exp @@ -0,0 +1 @@ +2 |
