mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
0a0389b1f8
commit
664fa2250b
4 changed files with 27 additions and 0 deletions
5
tests/sample_errors/children.blp
Normal file
5
tests/sample_errors/children.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
ListItem {
|
||||
Label {}
|
||||
}
|
1
tests/sample_errors/children.err
Normal file
1
tests/sample_errors/children.err
Normal file
|
@ -0,0 +1 @@
|
|||
4,3,8,Gtk.ListItem doesn't have children
|
Loading…
Add table
Add a link
Reference in a new issue