public void StartOfMultiLineCommentSyntax() { CommentParser.IsStartMultiLineComment("/* yuuuup").IsTrue(); CommentParser.IsStartMultiLineComment("nooooope").IsFalse(); }