The input string has no vowels -> return the original string plus "ay".
The word starts with a vowel(a,e,i,o,u) -> return the original string plus "way".
Both these statements contradict to the third rule, so they should be re-worded to mention return the string in lowercased form ... or change the order of the rules
Both these statements contradict to the third rule, so they should be re-worded to mention
return the string in lowercased form ...
or change the order of the rulesRuby random tests were indeed susceptible to input mutation.
Fixed in this fork
Enabled in this fork
Approved for test framework update.
Fixed in this fork
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
It's worse: these all expect None.
Also:
missprint in java tests: function testSmallNumber2 is repeated two times -> compilation error
Python: Random tests are vulnerable to input modification
yep o_O
ultimate lol...
Kata is approvable:
There no longer is an author. Could you propose the fork saudiGuy, I'll approve it
Loading more items...