repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch '976-disable-assert-checks' into 'master'
[glib.git]
/
gio
/
tests
/
schema-tests
/
choice-invalid-alias.gschema.xml
blob
ae5bcd3a405a58910a880e90b422b1c9d35cb90e
1
<schemalist>
2
<schema id='org.gtk.test.schema'>
3
<key name='test' type='s'>
4
<choices>
5
<choice value='before'/>
6
<choice value='after'/>
7
</choices>
8
<aliases>
9
<alias value='pre' target='befor'/>
10
<alias value='post' target='after'/>
11
</aliases>
12
<default>'after'</default>
13
</key>
14
</schema>
15
</schemalist>