Ad
  • Custom User Avatar

    Replaced for JS, so resolved ;-)

  • Custom User Avatar

    Those tests expect true, check your code. I'll leave the issue open because test.expect should be replaced with test.assertEquals.

  • Custom User Avatar

    I'm using JS for this kata and it seems for me that there are issues in some of test cases. One of them is 123.45.67.89. It should be valid IP and my code returns true for it. But testcase says that 'Value is not what was expected'. The same thing for 44.59.230.78, 208.99.86.28 and some more. Am I missing something?