mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Some tests for gschema-compile
Mostly making sure that we produce reasonable error messages for typical mistakes.
This commit is contained in:
7
gio/tests/schema-tests/wrong-category/test.gschema.xml
Normal file
7
gio/tests/schema-tests/wrong-category/test.gschema.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<schemalist>
|
||||
<schema id="wrong-category" path="/tests/" gettext-domain="test">
|
||||
<key name="test" type="s" l10n="not-a-category">
|
||||
<default>'foo'</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
Reference in New Issue
Block a user