mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user