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