xref: /openbmc/qemu/tests/qapi-schema/doc-bad-indent.json (revision 568992e3440f11897e209bf676aa5b93251385fa)
1# Multiline doc comments should have consistent indentation
2
3##
4# @foo:
5# @a: line one
6#   line two
7# line three is wrongly indented
8##
9{ 'command': 'foo', 'data': { 'a': 'int' } }
10