diff options
| -rw-r--r-- | challenge-098/abigail/t/ctest.ini | 1 | ||||
| -rw-r--r-- | challenge-098/abigail/t/input-1-4 | 3 | ||||
| -rw-r--r-- | challenge-098/abigail/t/output-1-4.exp | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/challenge-098/abigail/t/ctest.ini b/challenge-098/abigail/t/ctest.ini index a74eb51936..f7f8de83d5 100644 --- a/challenge-098/abigail/t/ctest.ini +++ b/challenge-098/abigail/t/ctest.ini @@ -2,4 +2,5 @@ 1-1 = Given example
1-2 = Different amounts
1-3 = Interleaf files
+1-4 = Exhaust a file
2-1 = Given examples
diff --git a/challenge-098/abigail/t/input-1-4 b/challenge-098/abigail/t/input-1-4 new file mode 100644 index 0000000000..38e4f27304 --- /dev/null +++ b/challenge-098/abigail/t/input-1-4 @@ -0,0 +1,3 @@ +t/example-1.txt 6 +t/example-1.txt 6 +t/example-1.txt 6 diff --git a/challenge-098/abigail/t/output-1-4.exp b/challenge-098/abigail/t/output-1-4.exp new file mode 100644 index 0000000000..c880decfc2 --- /dev/null +++ b/challenge-098/abigail/t/output-1-4.exp @@ -0,0 +1,3 @@ +123456 +7890 + |
