summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/doc-bad-event-arg.json
blob: 80d4e1240b157e5a1930dd207f5fad4d2b850707 (plain) (blame)
1
2
3
4
5
6
7
8
# Arguments listed in the doc comment must exist in the actual schema
# BUG: nonexistent @a is not rejected

##
# @FOO:
# @a: a
##
{ 'event': 'FOO' }