Add a test for dictionaries in settings

This should clarify the questions in
https://bugzilla.gnome.org/show_bug.cgi?id=771968
This commit is contained in:
Matthias Clasen
2016-09-26 06:21:20 -04:00
parent 06c3624412
commit 34751ad17a
2 changed files with 25 additions and 0 deletions

View File

@@ -66,6 +66,14 @@
<key name="test-array" type="ai">
<default>[0,1,2,3,4,5]</default>
</key>
<key name="test-dict" type="a{sau}">
<default>
{
"AC": [0,0, 0,0,0,0,0,0],
"IV": [0,0, 0,0,0,0,0,0]
}
</default>
</key>
</schema>
<schema id="org.gtk.test.localized" path="/tests/localized/" gettext-domain="test">