public void CommentTokenStartIndexShouldBeZero() { Assert.True(commentCloseToken.StartIndex == 0, "Actual: " + commentCloseToken.StartIndex.ToString()); }