Ad
  • Default User Avatar

    Exactly. It shouldn't pass. But it is allowed in some solutions I'm seeing. That would help people to achieve the right solution.

  • Default User Avatar

    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.