mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: add tests for action widget syntax
This commit is contained in:
parent
736681a841
commit
d9ef1d4df9
17 changed files with 120 additions and 0 deletions
8
tests/sample_errors/action_widget_float_response.blp
Normal file
8
tests/sample_errors/action_widget_float_response.blp
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Dialog {
|
||||
[action response=17.9]
|
||||
Button float_response_button {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue