Files
xemu/tests/qapi-schema/bad-if-not.json
T

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

4 lines
115 B
JSON
Raw Normal View History

2023-07-14 14:33:27 +03:00
# check 'if not' with empty argument
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
'if': { 'not': '' } }