mirror of
https://github.com/processing/processing4.git
synced 2026-02-01 12:51:37 +01:00
Add failing test for static mode class defintion.
This commit is contained in:
@@ -443,4 +443,9 @@ public class ParserTests {
|
||||
expectGood("fullscreen_export");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testStaticClass() {
|
||||
expectGood("staticclass");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user