mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Closes #317: Preproc behavior when size defined in user class.
Though this was already fixed, just adding a test to confirm that it stays fixed. Need to respect calls to user-definined size methods including those defined in user-made classes.
This commit is contained in:
@@ -410,4 +410,9 @@ public class ParserTests {
|
||||
expectRunnerException("mixing", 1);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSizeClass() {
|
||||
expectGood("sizeclass");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user