mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 05:16:18 +01:00
0e48b0638d
Mostly making sure that we produce reasonable error messages for typical mistakes.
8 lines
202 B
XML
8 lines
202 B
XML
<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>
|