Meson: Group all glib tests into a single dict
[glib.git] / gio / tests / schema-tests / enum-with-invalid-value.gschema.xml
blob02071e070caa6aae70fe5b0e8559e80a281a852b
1 <schemalist>
2   <enum id='org.gtk.test.MyEnum'>
3     <value nick='nospam' value='*'/>
4     <value nick='spam' value='1'/>
5     <value nick='ham' value='2'/>
6     <value nick='eggs' value='3'/>
7     <value nick='bangers' value='4'/>
8     <value nick='mash' value='5'/>
9   </enum>
10 </schemalist>