diff options
Diffstat (limited to 'tests/qapi-schema/doc-bad-indent.json')
-rw-r--r-- | tests/qapi-schema/doc-bad-indent.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-bad-indent.json b/tests/qapi-schema/doc-bad-indent.json index edde8f21dc..3f22a27717 100644 --- a/tests/qapi-schema/doc-bad-indent.json +++ b/tests/qapi-schema/doc-bad-indent.json @@ -3,6 +3,7 @@ ## # @foo: # @a: line one -# line two is wrongly indented +# line two +# line three is wrongly indented ## { 'command': 'foo', 'data': { 'a': 'int' } } |