tests: Test custom types in lookup expressions

This commit is contained in:
James Westman 2022-04-30 16:13:40 -05:00
parent c7c32cbb4a
commit 52f7d790bd
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
10 changed files with 82 additions and 14 deletions

View file

@ -137,6 +137,7 @@ class TestSamples(unittest.TestCase):
self.assert_sample("comments")
self.assert_sample("enum")
self.assert_sample("expr_closure")
self.assert_sample("expr_custom_types")
self.assert_sample("expr_lookup")
self.assert_sample("file_filter")
self.assert_sample("flags")