Bug fix, new test

This commit is contained in:
James Westman 2021-11-01 22:15:49 -05:00
parent 80b5698533
commit 7a65956195
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
4 changed files with 16 additions and 1 deletions

8
tests/samples/strings.ui Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkLabel">
<property name="label">Test 1 2 3
&amp; 4 "5" 6</property>
</object>
</interface>