Fix bug in strinfo
[platform/upstream/glib.git] / gio / tests / schema-tests / range-default-high.gschema.xml
1 <schemalist>
2   <schema id='org.gtk.test.schema'>
3     <key name='test' type='i'>
4       <default>28</default>
5       <range min='22' max='27'/>
6     </key>
7   </schema>
8 </schemalist>