Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    You should return false for both those test cases. Maybe something is going wrong and your code is actually throwing an exception?

    If you post your code here (and tick the spoiler checkbox) I can take a look at it.

  • Default User Avatar

    Hi,

    I have all tests green in Java with the exception of normalSadFlow and canHandleCharactersInWrongOrder. I have run my own test and in both cases the return is false so I supposed it is OK but when I run it in codewars fails.

    I have also tried returning true one time and false the other time in these cases to check if it was my problem or something related to codewars/kata. In both situations these 2 test fails.

    Any ideas of what is happening? Should I throw an exception instead (that is not the expected behaviour)?