common/exercises/word-count/canonical-data.json in trackler-2.0.6.2 vs common/exercises/word-count/canonical-data.json in trackler-2.0.6.3
- old
+ new
@@ -44,10 +44,10 @@
"description": "with apostrophes",
"input": "First: don't laugh. Then: don't cry.",
"expected": { "first": 1, "don't": 2, "laugh": 1, "then": 1, "cry": 1 }
},
{
- "description": "with_quotations",
+ "description": "with quotations",
"input": "Joe can't tell between 'large' and large.",
"expected": { "joe": 1, "can't": 1, "tell": 1, "between": 1, "large": 2, "and": 1 }
}
]
}