mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 08:53:39 +02:00
Don't skip invalid enum values in schemas
Signed-off-by: Maks Naumov <maksqwe1@ukr.net> https://bugzilla.gnome.org/show_bug.cgi?id=742997
This commit is contained in:
committed by
Philip Withnall
parent
30b25a6fd9
commit
12e32e96a3
10
gio/tests/schema-tests/enum-with-invalid-value.gschema.xml
Normal file
10
gio/tests/schema-tests/enum-with-invalid-value.gschema.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<schemalist>
|
||||
<enum id='org.gtk.test.MyEnum'>
|
||||
<value nick='nospam' value='*'/>
|
||||
<value nick='spam' value='1'/>
|
||||
<value nick='ham' value='2'/>
|
||||
<value nick='eggs' value='3'/>
|
||||
<value nick='bangers' value='4'/>
|
||||
<value nick='mash' value='5'/>
|
||||
</enum>
|
||||
</schemalist>
|
Reference in New Issue
Block a user