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