tests: add tests for action widget syntax

This commit is contained in:
Gleb Smirnov 2022-02-18 19:04:08 +03:00
parent 736681a841
commit d9ef1d4df9
No known key found for this signature in database
GPG key ID: 559DB6D1D625EFAB
17 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,8 @@
using Gtk 4.0;
Dialog {
[action response=17.9]
Button float_response_button {
}
}