mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
validation: Writable/construct-only properties
Add two new errors, one for non-writable properties and another for binding construct-only properties.
This commit is contained in:
parent
3b39e0d541
commit
f78478bea1
5 changed files with 31 additions and 1 deletions
|
@ -190,6 +190,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_sample_error("obj_in_string_list")
|
||||
self.assert_sample_error("obj_prop_type")
|
||||
self.assert_sample_error("property_dne")
|
||||
self.assert_sample_error("read_only_properties")
|
||||
self.assert_sample_error("signal_dne")
|
||||
self.assert_sample_error("signal_object_dne")
|
||||
self.assert_sample_error("size_group_non_widget")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue