qemu/tests/qapi-schema/comments.json

5 lines
143 B
JSON
Raw Permalink Normal View History

2022-11-03 14:19:34 +08:00
# Unindented comment
{ 'enum': 'Status', # Comment to the right of code
# Indented comment
'data': [ 'good', 'bad', 'ugly' ] }