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
3f7688a563
commit
c7c32cbb4a
8 changed files with 50 additions and 9 deletions
9
tests/sample_errors/expr_lookup_prop.blp
Normal file
9
tests/sample_errors/expr_lookup_prop.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Box {
|
||||
Label label {
|
||||
visible: bind label.parent.something;
|
||||
margin-start: bind label.margin-start.other;
|
||||
label: bind nothing.parent.label;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue