Sign in
qemu
/
qemu
/
c0d9f7d0bcedeaa65d5c984fbe0d351e1402eab5
/
.
/
tests
/
qapi-schema
/
alternate-conflict-string.json
blob: 12aafab8082c2f3e4aa0e1bfe5b9d55e4996d6e8 [
file
] [
log
] [
blame
]
#
we reject alternates with multiple string
-
like branches
##
#
@Enum
:
##
{
'enum'
:
'Enum'
,
'data'
:
[
'hello'
,
'world'
]
}
##
#
@Alt
:
##
{
'alternate'
:
'Alt'
,
'data'
:
{
'one'
:
'str'
,
'two'
:
'Enum'
}
}