Ad
  • Custom User Avatar

    Looks like an old CW issue that has been fixed.

  • Default User Avatar

    I encountered the same problem (with the very obvious expression in Ruby as my answer), and hadn't a clue how to fix (circumvent) the problem in the test cases. While debugging, I put a p string as the first line in the method... and got the solution accepted. You might want to try that.

    Perhaps (now that I think of it) it has something to do with the Ruby version we're using?

  • Custom User Avatar
  • Custom User Avatar

    Here also, getting same result.

  • Custom User Avatar

    After experimenting with the tests that it runs the problem is something to do with the randInt function. picking strings with random lengths from 1-7 errors every time, 1-6 passes everything, 6-7 errors, 7-7 all passes. Considering testing all length 7s should be the most memory intensive and it works... I'm really not sure what the problem is.

  • Custom User Avatar

    Mee too, any progress about this situation?

  • Custom User Avatar

    Getting the same result

  • Custom User Avatar

    Similar, "all tests passed" but not submitting