System.Net.Mail.Tests.MailAddressParserTest.ReadCFWS_WithCharsBeforeComment_ShouldWorkCorrectly C# (CSharp) Method

ReadCFWS_WithCharsBeforeComment_ShouldWorkCorrectly() private method

        public void ReadCFWS_WithCharsBeforeComment_ShouldWorkCorrectly()
        {
            int index = OneCommentWithAdditionalCharsBefore.Length - 1;

            index = WhitespaceReader.ReadCfwsReverse(OneCommentWithAdditionalCharsBefore, index);
            Assert.Equal(3, index);
        }
MailAddressParserTest