Ad
  • Custom User Avatar

    Probably i wasn't clear enough.
    Fixed tests is fine. But in random tests first digits of the number is missing.
    In my example there was string "eight hundred and eighty-five" and my code return 885, but i still got error «Expected: 85».
    It happens exactly with tests which have more than 2 digits in input-string.

    One more example:four thousand seven hundred and fifty-nine. Test expect only 59.

  • Custom User Avatar

    Random tests in Ruby are broken.
    Like: eight hundred and eighty-five => Expected: 85