public void TestIsSequenceEntry(string input, bool sequenceEntry) { Assert.AreEqual(sequenceEntry, YamlParser.IsSequenceEntry(input)); }