mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add string lists
This commit is contained in:
parent
aa447466c0
commit
2a18273c80
7 changed files with 124 additions and 2 deletions
9
tests/sample_errors/obj_in_string_list.blp
Normal file
9
tests/sample_errors/obj_in_string_list.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
StringList {
|
||||
strings [
|
||||
id,
|
||||
];
|
||||
}
|
||||
|
||||
Widget id {}
|
1
tests/sample_errors/obj_in_string_list.err
Normal file
1
tests/sample_errors/obj_in_string_list.err
Normal file
|
@ -0,0 +1 @@
|
|||
5,5,2,Cannot assign Gtk.Widget to string
|
Loading…
Add table
Add a link
Reference in a new issue