diff options
Diffstat (limited to 'qemu/tests/qapi-schema/comments.json')
-rw-r--r-- | qemu/tests/qapi-schema/comments.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/comments.json b/qemu/tests/qapi-schema/comments.json new file mode 100644 index 000000000..e643f3a74 --- /dev/null +++ b/qemu/tests/qapi-schema/comments.json @@ -0,0 +1,4 @@ +# Unindented comment +{ 'enum': 'Status', # Comment to the right of code + # Indented comment + 'data': [ 'good', 'bad', 'ugly' ] } |