Merge branch 'g-clear-pointer-no-side-effects' into 'master'
[glib.git] / gio / tests / schema-tests / choice-missing-value.gschema.xml
blobd900fc5e1dde2e2aee93217adb9b9cb86673b32b
1 <schemalist>
2     <schema id="test">
3       <key name="test" type="s">
4         <choices>
5           <choice />
6         </choices>
7         <default>"a"</default>
8       </key>
9     </schema>
10 </schemalist>