diff options
| -rw-r--r-- | challenge-112/abigail/t/ctest.ini | 1 | ||||
| -rw-r--r-- | challenge-112/abigail/t/input-1-3 | 7 | ||||
| -rw-r--r-- | challenge-112/abigail/t/output-1-3.exp | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/challenge-112/abigail/t/ctest.ini b/challenge-112/abigail/t/ctest.ini index a9e28e24b6..ad939f9ac3 100644 --- a/challenge-112/abigail/t/ctest.ini +++ b/challenge-112/abigail/t/ctest.ini @@ -6,4 +6,5 @@ [names]
1-1 = Given examples
1-2 = More tests
+1-3 = Root directory
2-1 = Given examples
diff --git a/challenge-112/abigail/t/input-1-3 b/challenge-112/abigail/t/input-1-3 new file mode 100644 index 0000000000..91d300fffc --- /dev/null +++ b/challenge-112/abigail/t/input-1-3 @@ -0,0 +1,7 @@ +/ +/// +/././././ +/. +/../../.. +/foo/../.. +/bar/../ diff --git a/challenge-112/abigail/t/output-1-3.exp b/challenge-112/abigail/t/output-1-3.exp new file mode 100644 index 0000000000..1472c679b8 --- /dev/null +++ b/challenge-112/abigail/t/output-1-3.exp @@ -0,0 +1,7 @@ +/ +/ +/ +/ +/ +/ +/ |
