qemu-e2k/tests/qapi-schema/doc-bad-indent.json

10 lines
181 B
JSON

# Multiline doc comments should have consistent indentation
##
# @foo:
# @a: line one
# line two
# line three is wrongly indented
##
{ 'command': 'foo', 'data': { 'a': 'int' } }