Ejemplo n.º 1
0
 public void EndOfMultiLineCommentSyntax()
 {
     CommentParser.IsEndMultiLineComment(" yuuuuup */").IsTrue();
     CommentParser.IsEndMultiLineComment("noooooope").IsFalse();
 }