qapi: Add feature flags to enum members
[qemu/ar7.git] / tests / qapi-schema / pragma-value-not-list-of-str.json
blob27811cff7323ec13a85070a9c28d3f254543a7b5
1 # pragma value must be list of strings
3 { 'pragma': { 'command-returns-exceptions': [ 'good', [ 'bad' ] ] } }