Files
xemu/tests/qapi-schema/unknown-expr-key.json
T

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
2021-03-23 10:40:11 +01:00
{ 'struct': 'Bar', 'data': { 'string': 'str'}, 'bogus': { }, 'phony': { } }