diff options
| author | Abigail <abigail@abigail.be> | 2021-01-09 21:33:08 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-01-09 21:58:12 +0100 |
| commit | d1ca62e9dbc5598062dea7547dcc419f313ec5a4 (patch) | |
| tree | fdccf739db31e15862068c6022783c93a6de0caf /challenge-094 | |
| parent | 67a06243a81dbc68d16ef92db92488d783b49522 (diff) | |
| download | perlweeklychallenge-club-d1ca62e9dbc5598062dea7547dcc419f313ec5a4.tar.gz perlweeklychallenge-club-d1ca62e9dbc5598062dea7547dcc419f313ec5a4.tar.bz2 perlweeklychallenge-club-d1ca62e9dbc5598062dea7547dcc419f313ec5a4.zip | |
Test case for challenge 2.
Diffstat (limited to 'challenge-094')
| -rw-r--r-- | challenge-094/abigail/t/ctest.ini | 1 | ||||
| -rw-r--r-- | challenge-094/abigail/t/input-2-1 | 1 | ||||
| -rw-r--r-- | challenge-094/abigail/t/output-2-1.exp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/challenge-094/abigail/t/ctest.ini b/challenge-094/abigail/t/ctest.ini index 7884211cf0..a103f94dae 100644 --- a/challenge-094/abigail/t/ctest.ini +++ b/challenge-094/abigail/t/ctest.ini @@ -1,3 +1,4 @@ [names]
1-1 = Example 1
1-2 = Example 2
+2-1 = Example 1
diff --git a/challenge-094/abigail/t/input-2-1 b/challenge-094/abigail/t/input-2-1 new file mode 100644 index 0000000000..7684932fbb --- /dev/null +++ b/challenge-094/abigail/t/input-2-1 @@ -0,0 +1 @@ +[[[[] 4 []] 2 [[[] 6 []] 5 [[] 7 []]]] 1 [[] 3 []]] diff --git a/challenge-094/abigail/t/output-2-1.exp b/challenge-094/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..cfb75dc579 --- /dev/null +++ b/challenge-094/abigail/t/output-2-1.exp @@ -0,0 +1 @@ +1 -> 2 -> 4 -> 5 -> 6 -> 7 -> 3 |
