Ejemplo n.º 1
0
 public void StartOfMultiLineCommentSyntax()
 {
     CommentParser.IsStartMultiLineComment("/* yuuuup").IsTrue();
     CommentParser.IsStartMultiLineComment("nooooope").IsFalse();
 }