Files
xemu/tests/qapi-schema/doc-bad-indent.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
181 B
JSON
Raw Normal View History

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