Add test for recent bugfix

This commit is contained in:
James Westman 2024-07-22 20:38:28 -05:00
parent b33cc7ccd7
commit d0659a43c2
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,10 @@
using Gtk 4.0;
using Adw 1;
template $MyTemplate {
Adw.Breakpoint {
setters {
template.some-prop: true;
}
}
}