コード例 #1
0
        public void TestWithIgnoreLeadingWhiteSpace()
        {
            bool expected = true;

            builder.WithIgnoreLeadingWhiteSpace(expected);
            Assert.AreEqual(expected, builder.IsIgnoreLeadingWhiteSpace);
            Assert.AreEqual(expected, builder.Build().IsIgnoreLeadingWhiteSpace);
        }