Improve GApplication test coverage
[platform/upstream/glib.git] / gio / tests / schema-tests / default-not-in-choices.gschema.xml
1 <schemalist>
2     <schema id="test">
3       <key name="test" type="s">
4         <choices>
5           <choice value="first" />
6           <choice value="last" />
7         </choices>
8         <default>"next-to-last"</default>
9       </key>
10     </schema>
11 </schemalist>