You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments