mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user