Ejemplo n.º 1
0
 public void ParseMultiLineCommentSyntax()
 {
     CommentParser.ParseMultiLine("/* yuuuup */").Is(" yuuuup");
 }