aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-boxed-command-arg.json
blob: 2c265d2ca33411896ae6b643ab8ca41a648a4410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Boxed arguments are not to be documented with the command
# BUG: not rejected

##
# @Args:
# @a: an argument
##
{ 'struct': 'Args', 'data': { 'a': 'int' } }

##
# @cmd-boxed:
# @a: bogus
##
{ 'command': 'cmd-boxed', 'boxed': true,
  'data': 'Args' }