Merge branch '976-disable-assert-checks' into 'master'
[glib.git] / gio / tests / schema-tests / bad-choice.gschema.xml
blob07640d5de51f46259c1865e11c5a42f7d54203b0
1 <schemalist>
2   <schema id='org.gtk.test.schema'>
3     <key name='test' type='s'>
4       <default>'how'</default>
5       <choices>
6         <choice value='who'/>
7         <choice value='what'/>
8         <choice value='where'/>
9         <choice value='when'/>
10         <choice value='why'/>
11       </choices>
12     </key>
13   </schema>
14 </schemalist>