aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/unknown-expr-key.json
blob: 8003a0c36e0fa69fc70a11b24bdf05653e8bdccf (plain)
1
2
# we reject an expression with unknown top-level keys
{ 'struct': 'Bar', 'data': { 'string': 'str'}, 'bogus': { }, 'phony': { } }