Blame gio/tests/schema-tests/default-in-aliases.gschema.xml

Packit ae235b
<schemalist>
Packit ae235b
  <schema id='org.gtk.test.schema'>
Packit ae235b
    <key name='test' type='s'>
Packit ae235b
      <choices>
Packit ae235b
        <choice value='before'/>
Packit ae235b
        <choice value='after'/>
Packit ae235b
      </choices>
Packit ae235b
      <aliases>
Packit ae235b
        <alias value='pre' target='before'/>
Packit ae235b
        <alias value='post' target='after'/>
Packit ae235b
      </aliases>
Packit ae235b
      <default>'pre'</default>
Packit ae235b
    </key>
Packit ae235b
  </schema>
Packit ae235b
</schemalist>