aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/redefined-command.json
blob: 3a8cb9024c217bbfa6ba1073ea1d3a4103fed6f8 (plain)
1
2
3
4
5
6
7
8
9
10
# we reject commands defined more than once

##
# @foo:
##
{ 'command': 'foo', 'data': { 'one': 'str' } }
##
# @foo:
##
{ 'command': 'foo', 'data': { '*two': 'str' } }