mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
Added test for color appearing in import statement.
This commit is contained in:
@@ -385,4 +385,9 @@ public class ParserTests {
|
||||
expectGood("smoothparamstatic");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testColorInImport() {
|
||||
expectGood("colorimport");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user