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