diff options
| -rw-r--r-- | challenge-110/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-110/abigail/t/input-1-1 | 5 | ||||
| -rw-r--r-- | challenge-110/abigail/t/input-2-1 | 5 | ||||
| -rw-r--r-- | challenge-110/abigail/t/ouput-2-1.exp | 3 | ||||
| -rw-r--r-- | challenge-110/abigail/t/output-1-1.exp | 3 |
5 files changed, 24 insertions, 0 deletions
diff --git a/challenge-110/abigail/t/ctest.ini b/challenge-110/abigail/t/ctest.ini new file mode 100644 index 0000000000..a8677a6425 --- /dev/null +++ b/challenge-110/abigail/t/ctest.ini @@ -0,0 +1,8 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Given Example
+2-1 = Given Example
diff --git a/challenge-110/abigail/t/input-1-1 b/challenge-110/abigail/t/input-1-1 new file mode 100644 index 0000000000..48d6254741 --- /dev/null +++ b/challenge-110/abigail/t/input-1-1 @@ -0,0 +1,5 @@ +0044 1148820341 + +44 1148820341 + 44-11-4882-0341 +(44) 1148820341 + 00 1148820341 diff --git a/challenge-110/abigail/t/input-2-1 b/challenge-110/abigail/t/input-2-1 new file mode 100644 index 0000000000..716ebdce75 --- /dev/null +++ b/challenge-110/abigail/t/input-2-1 @@ -0,0 +1,5 @@ +name,age,sex +Mohammad,45,m +Joe,20,m +Julie,35,f +Cristina,10,f diff --git a/challenge-110/abigail/t/ouput-2-1.exp b/challenge-110/abigail/t/ouput-2-1.exp new file mode 100644 index 0000000000..0cb1eb87a1 --- /dev/null +++ b/challenge-110/abigail/t/ouput-2-1.exp @@ -0,0 +1,3 @@ +name,Mohammad,Joe,Julie,Cristina +age,45,20,35,10 +sex,m,m,f,f diff --git a/challenge-110/abigail/t/output-1-1.exp b/challenge-110/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..c681c2e535 --- /dev/null +++ b/challenge-110/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +0044 1148820341 + +44 1148820341 +(44) 1148820341 |
