Fix enums with "-"/"_" in the name

This commit is contained in:
James Westman 2021-11-24 14:57:34 -06:00
parent f2b7d3bd95
commit c4beb6841c
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
5 changed files with 21 additions and 1 deletions

View file

@ -96,6 +96,7 @@ class TestSamples(unittest.TestCase):
self.assert_sample("binding")
self.assert_sample("child_type")
self.assert_sample("combo_box_text")
self.assert_sample("enum")
self.assert_sample("file_filter")
self.assert_sample("flags")
self.assert_sample("id_prop")