mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: add tests for signal's object attribute
This commit is contained in:
parent
4d3c2569c4
commit
492b73bc47
5 changed files with 16 additions and 2 deletions
5
tests/sample_errors/signal_object_dne.blp
Normal file
5
tests/sample_errors/signal_object_dne.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Button {
|
||||
clicked => function(dinosaur);
|
||||
}
|
1
tests/sample_errors/signal_object_dne.err
Normal file
1
tests/sample_errors/signal_object_dne.err
Normal file
|
@ -0,0 +1 @@
|
|||
4,25,8,Could not find object with ID 'dinosaur'
|
Loading…
Add table
Add a link
Reference in a new issue