public class DSCToolsTestCase extends TestCase {
public void testEndComment() throws Exception {
DSCEvent event;
event = new DSCCommentEndComments();
assertTrue(DSCTools.headerCommentsEndHere(event));
event = new PostScriptComment("FOPTest");
assertFalse(DSCTools.headerCommentsEndHere(event));