We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba162a5 commit ef25a61Copy full SHA for ef25a61
exercises/word-count/canonical-data.json
@@ -203,6 +203,18 @@
203
"two": 1,
204
"three": 1
205
}
206
+ },
207
+ {
208
+ "uuid": "6d00f1db-901c-4bec-9829-d20eb3044557",
209
+ "description": "quotation for word with apostrophe",
210
+ "property": "countWords",
211
+ "input": {
212
+ "sentence": "can, can't, 'can't'"
213
214
+ "expected": {
215
+ "can": 1,
216
+ "can't": 2
217
+ }
218
219
]
220
0 commit comments