Skip to content

Commit

Permalink
Merge pull request exercism#405 from exercism/gimp-acronym
Browse files Browse the repository at this point in the history
add GIMP acronym
  • Loading branch information
petertseng authored Oct 17, 2016
2 parents 044ad55 + 1091f9c commit 3dfde31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exercises/acronym/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"phrase": "PHP: Hypertext Preprocessor",
"expected": "PHP"
},
{
"description": "non-acronym all caps word",
"phrase": "GNU Image Manipulation Program",
"expected": "GIMP"
},
{
"description": "hyphenated",
"phrase": "Complementary metal-oxide semiconductor",
Expand Down

0 comments on commit 3dfde31

Please sign in to comment.