|
67 | 67 | },
|
68 | 68 | "expected": "IX"
|
69 | 69 | },
|
| 70 | + { |
| 71 | + "uuid": "6d1d82d5-bf3e-48af-9139-87d7165ed509", |
| 72 | + "description": "16 is XVI", |
| 73 | + "comments": [ |
| 74 | + "16 has exactly one occurence of all symbols whose value is less than 50 (L) in decreasing order" |
| 75 | + ], |
| 76 | + "property": "roman", |
| 77 | + "input": { |
| 78 | + "number": 16 |
| 79 | + }, |
| 80 | + "expected": "XVI" |
| 81 | + }, |
70 | 82 | {
|
71 | 83 | "uuid": "2bda64ca-7d28-4c56-b08d-16ce65716cf6",
|
72 | 84 | "description": "27 is XXVII",
|
|
107 | 119 | },
|
108 | 120 | "expected": "LIX"
|
109 | 121 | },
|
| 122 | + { |
| 123 | + "uuid": "4465ffd5-34dc-44f3-ada5-56f5007b6dad", |
| 124 | + "description": "66 is LXVI", |
| 125 | + "comments": [ |
| 126 | + "66 has exactly one occurence of all symbols whose value is less than 100 (C) in decreasing order" |
| 127 | + ], |
| 128 | + "property": "roman", |
| 129 | + "input": { |
| 130 | + "number": 66 |
| 131 | + }, |
| 132 | + "expected": "LXVI" |
| 133 | + }, |
110 | 134 | {
|
111 | 135 | "uuid": "46b46e5b-24da-4180-bfe2-2ef30b39d0d0",
|
112 | 136 | "description": "93 is XCIII",
|
|
136 | 160 | },
|
137 | 161 | "expected": "CLXIII"
|
138 | 162 | },
|
| 163 | + { |
| 164 | + "uuid": "902ad132-0b4d-40e3-8597-ba5ed611dd8d", |
| 165 | + "description": "166 is CLXVI", |
| 166 | + "comments": [ |
| 167 | + "166 has exactly one occurence of all symbols whose value is less than 500 (D) in decreasing order" |
| 168 | + ], |
| 169 | + "property": "roman", |
| 170 | + "input": { |
| 171 | + "number": 166 |
| 172 | + }, |
| 173 | + "expected": "CLXVI" |
| 174 | + }, |
139 | 175 | {
|
140 | 176 | "uuid": "cdb06885-4485-4d71-8bfb-c9d0f496b404",
|
141 | 177 | "description": "402 is CDII",
|
|
155 | 191 | },
|
156 | 192 | "expected": "DLXXV"
|
157 | 193 | },
|
| 194 | + { |
| 195 | + "uuid": "dacb84b9-ea1c-4a61-acbb-ce6b36674906", |
| 196 | + "description": "666 is DCLXVI", |
| 197 | + "comments": [ |
| 198 | + "666 has exactly one occurence of all symbols whose value is less than 1000 (M) in decreasing order" |
| 199 | + ], |
| 200 | + "property": "roman", |
| 201 | + "input": { |
| 202 | + "number": 666 |
| 203 | + }, |
| 204 | + "expected": "DCLXVI" |
| 205 | + }, |
158 | 206 | {
|
159 | 207 | "uuid": "432de891-7fd6-4748-a7f6-156082eeca2f",
|
160 | 208 | "description": "911 is CMXI",
|
|
174 | 222 | },
|
175 | 223 | "expected": "MXXIV"
|
176 | 224 | },
|
177 |
| - { |
178 |
| - "uuid": "bb550038-d4eb-4be2-a9ce-f21961ac3bc6", |
179 |
| - "description": "3000 is MMM", |
180 |
| - "property": "roman", |
181 |
| - "input": { |
182 |
| - "number": 3000 |
183 |
| - }, |
184 |
| - "expected": "MMM" |
185 |
| - }, |
186 |
| - { |
187 |
| - "uuid": "6d1d82d5-bf3e-48af-9139-87d7165ed509", |
188 |
| - "description": "16 is XVI", |
189 |
| - "comments": [ |
190 |
| - "16 has exactly one occurence of all symbols whose value is less than 50 (L) in decreasing order" |
191 |
| - ], |
192 |
| - "property": "roman", |
193 |
| - "input": { |
194 |
| - "number": 16 |
195 |
| - }, |
196 |
| - "expected": "XVI" |
197 |
| - }, |
198 |
| - { |
199 |
| - "uuid": "4465ffd5-34dc-44f3-ada5-56f5007b6dad", |
200 |
| - "description": "66 is LXVI", |
201 |
| - "comments": [ |
202 |
| - "66 has exactly one occurence of all symbols whose value is less than 100 (C) in decreasing order" |
203 |
| - ], |
204 |
| - "property": "roman", |
205 |
| - "input": { |
206 |
| - "number": 66 |
207 |
| - }, |
208 |
| - "expected": "LXVI" |
209 |
| - }, |
210 |
| - { |
211 |
| - "uuid": "902ad132-0b4d-40e3-8597-ba5ed611dd8d", |
212 |
| - "description": "166 is CLXVI", |
213 |
| - "comments": [ |
214 |
| - "166 has exactly one occurence of all symbols whose value is less than 500 (D) in decreasing order" |
215 |
| - ], |
216 |
| - "property": "roman", |
217 |
| - "input": { |
218 |
| - "number": 166 |
219 |
| - }, |
220 |
| - "expected": "CLXVI" |
221 |
| - }, |
222 |
| - { |
223 |
| - "uuid": "dacb84b9-ea1c-4a61-acbb-ce6b36674906", |
224 |
| - "description": "666 is DCLXVI", |
225 |
| - "comments": [ |
226 |
| - "666 has exactly one occurence of all symbols whose value is less than 1000 (M) in decreasing order" |
227 |
| - ], |
228 |
| - "property": "roman", |
229 |
| - "input": { |
230 |
| - "number": 666 |
231 |
| - }, |
232 |
| - "expected": "DCLXVI" |
233 |
| - }, |
234 | 225 | {
|
235 | 226 | "uuid": "efbe1d6a-9f98-4eb5-82bc-72753e3ac328",
|
236 | 227 | "description": "1666 is MDCLXVI",
|
|
243 | 234 | },
|
244 | 235 | "expected": "MDCLXVI"
|
245 | 236 | },
|
| 237 | + { |
| 238 | + "uuid": "bb550038-d4eb-4be2-a9ce-f21961ac3bc6", |
| 239 | + "description": "3000 is MMM", |
| 240 | + "property": "roman", |
| 241 | + "input": { |
| 242 | + "number": 3000 |
| 243 | + }, |
| 244 | + "expected": "MMM" |
| 245 | + }, |
246 | 246 | {
|
247 | 247 | "uuid": "3bc4b41c-c2e6-49d9-9142-420691504336",
|
248 | 248 | "description": "3001 is MMMI",
|
|
0 commit comments