aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/comments.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/comments.json')
-rw-r--r--tests/qapi-schema/comments.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/comments.json b/tests/qapi-schema/comments.json
new file mode 100644
index 00000000..e643f3a7
--- /dev/null
+++ b/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' ] }