Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Replaced for JS, so resolved ;-)
Those tests expect true, check your code. I'll leave the issue open because test.expect should be replaced with test.assertEquals.
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 for44.59.230.78
,208.99.86.28
and some more. Am I missing something?