1a69a6d4bSPeter Maydell# Multiline doc comments should have consistent indentation
2a69a6d4bSPeter Maydell
3a69a6d4bSPeter Maydell##
4a69a6d4bSPeter Maydell# @foo:
5a69a6d4bSPeter Maydell# @a: line one
6*08349786SMarkus Armbruster#   line two
7*08349786SMarkus Armbruster# line three is wrongly indented
8a69a6d4bSPeter Maydell##
9a69a6d4bSPeter Maydell{ 'command': 'foo', 'data': { 'a': 'int' } }
10