Sign in
qemu
/
qemu
/
165ab274479e65fef2827a33c35f5b91954ea3cf
/
.
/
tests
/
qapi-schema
/
pragma-value-not-list-of-str.json
blob: 27811cff7323ec13a85070a9c28d3f254543a7b5 [
file
] [
log
] [
blame
]
#
pragma value must be list of strings
{
'pragma'
:
{
'command-returns-exceptions'
:
[
'good'
,
[
'bad'
]
]
}
}