9 lines
166 B
JSON
9 lines
166 B
JSON
|
# Multiline doc comments should have consistent indentation
|
||
|
|
||
|
##
|
||
|
# @foo:
|
||
|
# @a: line one
|
||
|
# line two is wrongly indented
|
||
|
##
|
||
|
{ 'command': 'foo', 'data': { 'a': 'int' } }
|