mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
b4632e1c98
It's supposed to test a <default l10n="..."> with a non-existent category, so make it actually check this! Bug #635882.
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">
|
|
<default l10n="not-a-category">'foo'</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|