Added tests

This commit is contained in:
Stef Tervelde
2024-12-09 15:10:38 +01:00
parent fcc9ef10c6
commit 86f0d85e56
18 changed files with 30 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ import org.junit.Before;
import org.junit.Test;
import processing.app.Preferences;
import processing.app.SketchException;
import processing.mode.java.preproc.PreprocessorResult;
import processing.mode.java.preproc.PdePreprocessIssueException;
import processing.mode.java.preproc.SketchException;
public class ParserTests {