mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 11:51:54 +01:00
Added test for smooth on static for good measure.
This commit is contained in:
@@ -380,4 +380,9 @@ public class ParserTests {
|
||||
expectGood("smoothparam");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSmoothWithParamStatic() {
|
||||
expectGood("smoothparamstatic");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user