Merge remote-tracking branch 'qemu-project/master'
[qemu/ar7.git] / tests / qapi-schema / doc-bad-indent.json
blob3f22a2771733b3f5825cb77f9a02116513a85b22
1 # Multiline doc comments should have consistent indentation
3 ##
4 # @foo:
5 # @a: line one
6 #   line two
7 # line three is wrongly indented
8 ##
9 { 'command': 'foo', 'data': { 'a': 'int' } }