Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions exercises/pangram/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"description": "pangram with mixed case and punctuation",
"input": "\"Five quacking Zephyrs jolt my wax bed.\"",
"expected": true
},
{
"description": "upper and lower case versions of the same character should not be counted separately",
"input": "the quick brown fox jumped over the lazy FOX",
"expected": false
}
]
}