Skip to content

Commit 3c07231

Browse files
committed
Add all single digit cases
1 parent e9a163b commit 3c07231

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

exercises/line-up/canonical-data.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,46 @@
2727
},
2828
"expected": "Maarten, you are the 9th customer we serve today. Thank you!"
2929
},
30+
{
31+
"uuid": "f370aae9-7ae7-4247-90ce-e8ff8c6934df",
32+
"description": "format non-exceptional ordinal numeral 5",
33+
"property": "format",
34+
"input": {
35+
"name": "Petronila",
36+
"number": 5
37+
},
38+
"expected": "Petronila, you are the 5th customer we serve today. Thank you!"
39+
},
40+
{
41+
"uuid": "37f10dea-42a2-49de-bb92-0b690b677908",
42+
"description": "format non-exceptional ordinal numeral 6",
43+
"property": "format",
44+
"input": {
45+
"name": "Attakullakulla",
46+
"number": 6
47+
},
48+
"expected": "Attakullakulla, you are the 6th customer we serve today. Thank you!"
49+
},
50+
{
51+
"uuid": "d8dfb9a2-3a1f-4fee-9dae-01af3600054e",
52+
"description": "format non-exceptional ordinal numeral 7",
53+
"property": "format",
54+
"input": {
55+
"name": "Kate",
56+
"number": 7
57+
},
58+
"expected": "Kate, you are the 7th customer we serve today. Thank you!"
59+
},
60+
{
61+
"uuid": "505ec372-1803-42b1-9377-6934890fd055",
62+
"description": "format non-exceptional ordinal numeral 8",
63+
"property": "format",
64+
"input": {
65+
"name": "Maximiliano",
66+
"number": 8
67+
},
68+
"expected": "Maximiliano, you are the 8th customer we serve today. Thank you!"
69+
},
3070
{
3171
"uuid": "8267072d-be1f-4f70-b34a-76b7557a47b9",
3272
"description": "format exceptional ordinal numeral 1",

0 commit comments

Comments
 (0)