public void CanParseComment() { "<!-- -- < test! >-- -->".AssertParsesTo( Fragment.Comment(" -- < test! >-- ") ); }