mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
d2af82e820
It is now completely valid. Fix up what is now a legitimate range error in the schema used in one of the tests.
9 lines
168 B
XML
9 lines
168 B
XML
<schemalist>
|
|
<schema id="test">
|
|
<key name="test" type="i">
|
|
<range min="100"/>
|
|
<default>200</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|