1*98626572SMarkus Armbruster# Unindented comment 2*98626572SMarkus Armbruster{ 'enum': 'Status', # Comment to the right of code 3*98626572SMarkus Armbruster # Indented comment 4*98626572SMarkus Armbruster 'data': [ 'good', 'bad', 'ugly' ] } 5