Ejemplo n.º 1
0
 public void SingleLineCommentSyntax()
 {
     CommentParser.IsSingleLineComment("// yuuuup").IsTrue();
     CommentParser.IsSingleLineComment("!nooooope").IsFalse();
 }