aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/redefined-command.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/redefined-command.json')
-rw-r--r--tests/qapi-schema/redefined-command.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qapi-schema/redefined-command.json b/tests/qapi-schema/redefined-command.json
index 247e401948..3a8cb9024c 100644
--- a/tests/qapi-schema/redefined-command.json
+++ b/tests/qapi-schema/redefined-command.json
@@ -1,3 +1,10 @@
# we reject commands defined more than once
+
+##
+# @foo:
+##
{ 'command': 'foo', 'data': { 'one': 'str' } }
+##
+# @foo:
+##
{ 'command': 'foo', 'data': { '*two': 'str' } }