Agreed. For instance, how many possible integers are contained between each period in an IP address? I do not know of the top of my head.
IT looks like there is an issue with this kata that the author needs to fix...
I'm a bit stuck with this bit too, half the _stub method tests are failing: keep getting: first handler calls - Expected: 1, instead got: undefined
first handler calls - Expected: 1, instead got: undefined
But the arguments and the call seem to make it through on the other half of the tests: Test Passed: Value == [1,2,3,"first",null,false]
Test Passed: Value == [1,2,3,"first",null,false]
It works fine.
So it's not just what you return - it's using any Strings full stop in the script. If that helps...
Ah, sorry about that! Last time I let myself publish a Kata late at night =). Should be fixed now.
Loading collection data...
Agreed. For instance, how many possible integers are contained between each period in an IP address? I do not know of the top of my head.
IT looks like there is an issue with this kata that the author needs to fix...
I'm a bit stuck with this bit too, half the _stub method tests are failing: keep getting:
first handler calls - Expected: 1, instead got: undefined
But the arguments and the call seem to make it through on the other half of the tests:
Test Passed: Value == [1,2,3,"first",null,false]
It works fine.
So it's not just what you return - it's using any Strings full stop in the script. If that helps...
Ah, sorry about that! Last time I let myself publish a Kata late at night =). Should be fixed now.