]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/comments.json
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-20180905'...
[mirror_qemu.git] / tests / qapi-schema / comments.json
CommitLineData
98626572
MA
1# Unindented comment
2{ 'enum': 'Status', # Comment to the right of code
3 # Indented comment
4 'data': [ 'good', 'bad', 'ugly' ] }