Added test for color appearing in import statement.

This commit is contained in:
A Pottinger
2021-08-11 08:28:02 -07:00
parent d25f796b6e
commit ba43e4d41d
3 changed files with 44 additions and 0 deletions

View File

@@ -385,4 +385,9 @@ public class ParserTests {
expectGood("smoothparamstatic");
}
@Test
public void testColorInImport() {
expectGood("colorimport");
}
}