; {comment text}
89101112131415161718
public class CommentTest { @Test public void test() { Comment command = new Comment("This is a comment."); CommandOutputBuilder output = new CommandOutputBuilder(); output.printLn("; This is a comment."); assertCommand(output, command);