aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/pragma-extra-junk.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/pragma-extra-junk.json')
-rw-r--r--tests/qapi-schema/pragma-extra-junk.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/pragma-extra-junk.json b/tests/qapi-schema/pragma-extra-junk.json
new file mode 100644
index 0000000000..ba38ef2e95
--- /dev/null
+++ b/tests/qapi-schema/pragma-extra-junk.json
@@ -0,0 +1,3 @@
+# 'pragma' must be the sole member
+
+{ 'pragma': { 'doc-required': true }, 'junk': true }