mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add validation for flag values
This commit is contained in:
parent
bebe784d1d
commit
8ea06e8a78
4 changed files with 25 additions and 0 deletions
|
@ -155,6 +155,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_sample_error("action_widget_in_invalid_container")
|
||||
self.assert_sample_error("action_widget_response_dne")
|
||||
self.assert_sample_error("action_widget_negative_response")
|
||||
self.assert_sample_error("bitfield_member_dne")
|
||||
self.assert_sample_error("class_assign")
|
||||
self.assert_sample_error("class_dne")
|
||||
self.assert_sample_error("consecutive_unexpected_tokens")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue