public void TestWithIgnoreLeadingWhiteSpace() { bool expected = true; builder.WithIgnoreLeadingWhiteSpace(expected); Assert.AreEqual(expected, builder.IsIgnoreLeadingWhiteSpace); Assert.AreEqual(expected, builder.Build().IsIgnoreLeadingWhiteSpace); }