forked from exercism/elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pig Latin: Added tests and improved test descriptions (exercism#390)
* Improved test descriptions Some test descriptions weren't doing a good job of communicating the rules of Pig Latin, leading to implementations that gamed the tests. For example, implementations were looking specifically for a leading 'yt' word as a vowel word, but not any other combination of 'y' and a consonant, like 'yd'. A couple tests are added to break the overly-specific implementations. The following implmentation passes the new version of the tests: http://exercism.io/submissions/2ec927894ece47baa8fe482f9f210a63 * Revert 'qat' test change * Make example.exs test pass
- Loading branch information
1 parent
244b82d
commit 74e2383
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters