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.
issue closed.
Ok. I will kill it ;-)
EDIT: modified the test code, the leading zero has been killed ;-)
ah! In that case, the randomized tests should prevent a leading zero from being tested. The example above was one of the ones that I got a fail for.
It seems that the first number of IP Address can not be 0 ;-)
It's tested randomly, but think a leading zero should always be tested. For example, converting '254989' to an IP address should render '0.3.228.13', not '3.228.13'.