diff --git a/exercises/pangram/canonical-data.json b/exercises/pangram/canonical-data.json index 82ccee1d51..bc2c6d98d2 100644 --- a/exercises/pangram/canonical-data.json +++ b/exercises/pangram/canonical-data.json @@ -90,6 +90,14 @@ "sentence": "the quick brown fox jumps over with lazy FX" }, "expected": false + }, + { + "description": "can handle diacritics and ligatures", + "property": "isPangram", + "input": { + "sentence": "àbçdfghîjklmnpqrßtÛvWxyzœ" + }, + "expected": true } ] }