Skip to content

Commit

Permalink
Pangram: Remove non-ascii test cases.
Browse files Browse the repository at this point in the history
In exercism#428 the decision was made
to remove non-ascii test cases from exercises that are not explicitly
about extended character set handling.

This PR removes the non-ascii test cases from the `canonical_data.json`
for this exercise.
  • Loading branch information
Insti committed Nov 6, 2016
1 parent aa07708 commit ff2abe7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions exercises/pangram/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
"description": "pangram with mixed case and punctuation",
"input": "\"Five quacking Zephyrs jolt my wax bed.\"",
"expected": true
},
{
"description": "pangram with non ascii characters",
"input": "Victor jagt zwölf Boxkämpfer quer über den großen Sylter Deich.",
"expected": true
},
{
"description": "Panagram in alphabet other than ASCII",
"input": "Широкая электрификация южных губерний даст мощный толчок подъёму сельского хозяйства.",
"expected": false
}
]
}

0 comments on commit ff2abe7

Please sign in to comment.