Added test for smooth on static for good measure.

This commit is contained in:
A Pottinger
2020-11-21 12:08:10 -08:00
parent 721046b593
commit d30d34c00b
3 changed files with 52 additions and 0 deletions

View File

@@ -380,4 +380,9 @@ public class ParserTests {
expectGood("smoothparam");
}
@Test
public void testSmoothWithParamStatic() {
expectGood("smoothparamstatic");
}
}