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.
Exactly. It shouldn't pass. But it is allowed in some solutions I'm seeing. That would help people to achieve the right solution.
Marked as resolved.
Test with "a.b" doesn't pass.
Nope. It's still not resolved. You need to make a new reply and mark the checkbox below the comment box.
Thanks. I edited my previous comment and marked the issue as solved. Did that do it? I did not receive any feedback that it worked and the comment keeps marked as "Issue" in red.
I got it. Thanks for help.
An additional test case shouldbe added: Assert.IsFalse(IdentifierChecker.IsValid("a.b"), "IsValid("a.b") should returns false");
Several people are using the dot sign incorrectly.