2020-09-25 17:23:00 +01:00
|
|
|
# Multiline doc comments should have consistent indentation
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
# @foo:
|
|
|
|
|
# @a: line one
|
2023-04-28 12:54:25 +02:00
|
|
|
# line two
|
|
|
|
|
# line three is wrongly indented
|
2020-09-25 17:23:00 +01:00
|
|
|
##
|
|
|
|
|
{ 'command': 'foo', 'data': { 'a': 'int' } }
|