Exemplo n.º 1
0
 public void CanParseComment()
 {
     "<!-- -- < test! >-- -->".AssertParsesTo(
         Fragment.Comment(" -- < test! >-- ")
         );
 }