glib/gio/tests/schema-tests/missing-quotes/test.gschema.xml
Matthias Clasen 0e48b0638d Some tests for gschema-compile
Mostly making sure that we produce reasonable error messages for
typical mistakes.
2010-04-19 13:28:00 -04:00

8 lines
156 B
XML

<schemalist>
<schema id="missing-quotes" path="/tests/">
<key name="test" type="s">
<default>foo</default>
</key>
</schema>
</schemalist>