aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/unknown-expr-key.json
blob: 1b764c7b9d44cdf19f7b14094b897861b983af3f (plain)
1
2
3
4
5
6
# we reject an expression with unknown top-level keys

##
# @bar:
##
{ 'struct': 'bar', 'data': { 'string': 'str'}, 'bogus': { } }