Add failing test for static mode class defintion.

This commit is contained in:
A Samuel Pottinger
2022-11-12 17:29:20 +00:00
parent 9b19e4add9
commit 9ea128cc21
3 changed files with 71 additions and 0 deletions

View File

@@ -443,4 +443,9 @@ public class ParserTests {
expectGood("fullscreen_export");
}
@Test
public void testStaticClass() {
expectGood("staticclass");
}
}