Skip to content

Commit aad92b5

Browse files
authored
say: Add more tests (#2087)
1 parent b6bb0ff commit aad92b5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

exercises/say/canonical-data.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,24 @@
5050
},
5151
"expected": "twenty-two"
5252
},
53+
{
54+
"uuid": "f010d4ca-12c9-44e9-803a-27789841adb1",
55+
"description": "thirty",
56+
"property": "say",
57+
"input": {
58+
"number": 30
59+
},
60+
"expected": "thirty"
61+
},
62+
{
63+
"uuid": "738ce12d-ee5c-4dfb-ad26-534753a98327",
64+
"description": "ninety-nine",
65+
"property": "say",
66+
"input": {
67+
"number": 99
68+
},
69+
"expected": "ninety-nine"
70+
},
5371
{
5472
"uuid": "e417d452-129e-4056-bd5b-6eb1df334dce",
5573
"description": "one hundred",
@@ -68,6 +86,24 @@
6886
},
6987
"expected": "one hundred twenty-three"
7088
},
89+
{
90+
"uuid": "2f061132-54bc-4fd4-b5df-0a3b778959b9",
91+
"description": "two hundred",
92+
"property": "say",
93+
"input": {
94+
"number": 200
95+
},
96+
"expected": "two hundred"
97+
},
98+
{
99+
"uuid": "feed6627-5387-4d38-9692-87c0dbc55c33",
100+
"description": "nine hundred ninety-nine",
101+
"property": "say",
102+
"input": {
103+
"number": 999
104+
},
105+
"expected": "nine hundred ninety-nine"
106+
},
71107
{
72108
"uuid": "3d83da89-a372-46d3-b10d-de0c792432b3",
73109
"description": "one thousand",

0 commit comments

Comments
 (0)