aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-event-arg.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/doc-bad-event-arg.json')
-rw-r--r--tests/qapi-schema/doc-bad-event-arg.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-bad-event-arg.json b/tests/qapi-schema/doc-bad-event-arg.json
new file mode 100644
index 0000000000..23c83cc81f
--- /dev/null
+++ b/tests/qapi-schema/doc-bad-event-arg.json
@@ -0,0 +1,7 @@
+# Arguments listed in the doc comment must exist in the actual schema
+
+##
+# @FOO:
+# @a: a
+##
+{ 'event': 'FOO' }