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

ReadCFWS_WithNestedComments_ShouldWorkCorrectly() private method

private ReadCFWS_WithNestedComments_ShouldWorkCorrectly ( ) : void
return void
        public void ReadCFWS_WithNestedComments_ShouldWorkCorrectly()
        {
            int index = NestedComments.Length - 1;

            index = WhitespaceReader.ReadCfwsReverse(NestedComments, index);
            Assert.Equal(-1, index);
        }
MailAddressParserTest