testsuite: Add another test

This test checks that pango attributes can be specified in serialized
form.
This commit is contained in:
Matthias Clasen
2024-04-09 19:06:31 -04:00
parent 5e28c05121
commit 8f39f8d827
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1 @@
SUCCESS

View File

@@ -0,0 +1,10 @@
<interface>
<object class="GtkInscription">
<property name="attributes">
0 10 foreground red
5 15 weight bold
0 100 font-desc "Sans 10px"
</property>
<property name="text">Behind the wheel of a large automobile</property>
</object>
</interface>