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