mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Add test for recent bugfix
This commit is contained in:
parent
b33cc7ccd7
commit
d0659a43c2
3 changed files with 27 additions and 0 deletions
10
tests/samples/adw_breakpoint_template.blp
Normal file
10
tests/samples/adw_breakpoint_template.blp
Normal file
|
@ -0,0 +1,10 @@
|
|||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
template $MyTemplate {
|
||||
Adw.Breakpoint {
|
||||
setters {
|
||||
template.some-prop: true;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue