]> git.ipfire.org Git - thirdparty/qemu.git/blob - tests/qapi-schema/bad-if-list.json
qapi: Reject blank 'if' conditions in addition to empty ones
[thirdparty/qemu.git] / tests / qapi-schema / bad-if-list.json
1 # check invalid 'if' content
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': ['foo', ' '] }