Skip to content

Commit

Permalink
Merge pull request exercism#265 from geoand/isogram-test-data
Browse files Browse the repository at this point in the history
Added an extra test for the isogram exercise. …
  • Loading branch information
IanWhitney authored Jun 14, 2016
2 parents 89da98f + f932264 commit 045859b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions isogram.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
}, {
"input": "Emily Jung Schwartzkopf",
"expected": true
}, {
"input": "éléphant",
"expected": false
}]
}

0 comments on commit 045859b

Please sign in to comment.