public void TestIsIgnoreLine(string input, bool ignoreLine)
 {
     Assert.AreEqual(ignoreLine, YamlParser.IsIgnoreLine(input));
 }