]> Git Repo - qemu.git/blob - tests/qapi-schema/comments.json
tests: QAPI schema parser tests
[qemu.git] / tests / qapi-schema / comments.json
1 # Unindented comment
2 { 'enum': 'Status',             # Comment to the right of code
3   # Indented comment
4   'data': [ 'good', 'bad', 'ugly' ] }
This page took 0.025029 seconds and 4 git commands to generate.