summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/comments.json
blob: e643f3a74c332057f9f621adb7e83d3174f43604 (plain)
1
2
3
4
# Unindented comment
{ 'enum': 'Status',             # Comment to the right of code
  # Indented comment
  'data': [ 'good', 'bad', 'ugly' ] }
OpenPOWER on IntegriCloud