repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
qapi/parser: enable pylint checks
[qemu/armbru.git]
/
tests
/
qapi-schema
/
union-unknown.json
blob
4736f1ab0849944302da4295f79a676e706e2e22
1
# we reject a union with unknown type in branch
2
{ 'enum': 'Enum', 'data': [ 'unknown' ] }
3
{ 'union': 'Union',
4
'base': { 'type': 'Enum' },
5
'discriminator': 'type',
6
'data': { 'unknown': 'MissingType' } }