aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/comments.json
blob: d31ef0d90aba6ae92869fda0aaaa62b6a29b2101 (plain)
1
2
3
4
5
6
7
8
# Unindented comment

##
# @Status:
##
{ 'enum': 'Status',             # Comment to the right of code
  # Indented comment
  'data': [ 'good', 'bad', 'ugly' ] }