Resolve PDF renderer parse issue in preproc.

Resolve moving the PDF renderer information provided in size into settings as part of preproc. Resolves #66.
This commit is contained in:
Sam Pottinger
2020-01-21 17:14:42 -08:00
parent 3b0ff8f70a
commit 6fe274f89b
4 changed files with 79 additions and 6 deletions

View File

@@ -388,6 +388,11 @@ public class ParserTests {
expectGood("parampixeldensity");
}
@Test
public void testPdfWrite() {
expectGood("pdfwrite");
}
private static boolean compile(String id, String program) {
// Create compilable AST to get syntax problems
CompilationUnit compilableCU = JdtCompilerUtil.makeAST(