mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 02:11:08 +01:00
Add failing test for #352.
It appears that the preproc is only bringing in the first arg in rewrite and this commit adds a test to check that other arguments also come over.
This commit is contained in:
@@ -325,6 +325,11 @@ public class ParserTests {
|
||||
expectGood("fullscreen", true);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void fullscreenArg() {
|
||||
expectGood("fullscreen_arg", true);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void customMain() {
|
||||
expectGood("custommain", true);
|
||||
|
||||
Reference in New Issue
Block a user