X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Ftests%2Fqapi-schema%2Fcomments.json;fp=qemu%2Ftests%2Fqapi-schema%2Fcomments.json;h=e643f3a74c332057f9f621adb7e83d3174f43604;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git 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' ] }