qga/qapi-schema: Move error documentation to new "Errors" sections
[qemu/kevin.git] / tests / qapi-schema / bad-if-not.json
blob660fc4feb2de9df3148b6eb41303f7ec61c8f092
1 # check 'if not' with empty argument
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': { 'not': '' } }