Ad
  • Custom User Avatar

    OP solved it, closing

  • Custom User Avatar

    The Java version was removed for some reason. Closing.

  • Custom User Avatar

    I saw the problem like this with another kata a couple days ago. https://www.codewars.com/kata/do-i-get-a-bonus It also contains a Unicode char in tests.
    Perhaps it needs to complain to developers of codewars?

  • Custom User Avatar

    @jcarmona I can do anything with the test cases, it always fail with this error. As you are writing here, more than 100 people make kata and then, this error suddenly appears and I don't know why :( :(

  • Default User Avatar

    and anyone know how can i solve this problem with the test to finish the kata? there are 100 people who make it

  • Custom User Avatar

    Same thing here. It seesm that ASCII is used on the server side for encoding and there are some non ASCII chars in your test case strings. So I guess it's either change the strings to use only ASCII or find out why it's configured in such way on the backend ...
    It's the second Java Kata with such issue related to characters, that I come across for the past few days.

  • Default User Avatar

    I am having this issue as well while using Java.

  • Custom User Avatar

    Thank you for letting me know the issue. I put my own solution here and I got the same problem as you. I don't know what is wrong, everything was ok when I published the kata. However, I don't know how to fix it. When I want to change the test cases, I get this: Final Solution is invalid. (java) The solution should pass the provided test cases ...