mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Insert int after color instead of before to allow visiblity modifier.
This commit is contained in:
@@ -360,4 +360,9 @@ public class ParserTests {
|
||||
expectGood("pdfwrite");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testColorReturn() {
|
||||
expectGood("colorreturn");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user