mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
expressions: Validate lookup expressions
This commit is contained in:
parent
cc1d2ab78f
commit
76a482affb
8 changed files with 50 additions and 9 deletions
3
tests/sample_errors/expr_lookup_prop.err
Normal file
3
tests/sample_errors/expr_lookup_prop.err
Normal file
|
@ -0,0 +1,3 @@
|
|||
5,32,9,Gtk.Widget does not have a property called something
|
||||
6,43,5,Type int does not have properties
|
||||
7,17,7,Could not find object with ID 'nothing'
|
Loading…
Add table
Add a link
Reference in a new issue