blob: d31ef0d90aba6ae92869fda0aaaa62b6a29b2101 [file] [log] [blame]
# Unindented comment
##
# @Status:
##
{ 'enum': 'Status', # Comment to the right of code
# Indented comment
'data': [ 'good', 'bad', 'ugly' ] }