aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-indent.json
blob: edde8f21dc7104222c85ecdb11615fb6ccba910c (plain)
1
2
3
4
5
6
7
8
# Multiline doc comments should have consistent indentation

##
# @foo:
# @a: line one
# line two is wrongly indented
##
{ 'command': 'foo', 'data': { 'a': 'int' } }