qemu/tests/qapi-schema/bad-if-list.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
117 B
JSON
Raw Normal View History

# check invalid 'if' content
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
'if': { 'all': ['foo', ' '] } }