validate(EXPECTATION_DIR + "commentTest.html", RESULT_FILE);
}
@Override
public void testImg() throws Exception {
XdocFile file = pTest.getDocFromFile(ParserTest.TEST_FILE_DIR + "imgTest.xdoc");
generate(file.getMainSection());
validate(EXPECTATION_DIR + "imgTest.html", RESULT_FILE);
validate(EXPECTATION_DIR + "test.png", RESULT_DIR + "test.png");
}