Files
xemu/tests/qapi-schema/comments.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
143 B
JSON
Raw Normal View History

2013-07-27 17:41:53 +02:00
# Unindented comment
{ 'enum': 'Status', # Comment to the right of code
# Indented comment
'data': [ 'good', 'bad', 'ugly' ] }