qemu/tests/qapi-schema/unknown-expr-key.json

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

3 lines
130 B
JSON
Raw Normal View History

# we reject an expression with unknown top-level keys
{ 'struct': 'Bar', 'data': { 'string': 'str'}, 'bogus': { }, 'phony': { } }