aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/leading-comma-object.json
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-08-31 15:47:55 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-09-04 15:47:16 +0200
commit91f9816da4d505d379753896f3f7b6abb910324b (patch)
tree58b964387a934b4b089ca8880554910afdd739cc /tests/qapi-schema/leading-comma-object.json
parent65fbe125451da9421070ab03944c9600a264eefc (diff)
tests/qapi-schema: Cover two more syntax errors
Syntax error coverage should now be complete. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/leading-comma-object.json')
-rw-r--r--tests/qapi-schema/leading-comma-object.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qapi-schema/leading-comma-object.json b/tests/qapi-schema/leading-comma-object.json
new file mode 100644
index 0000000000..c89023ff3b
--- /dev/null
+++ b/tests/qapi-schema/leading-comma-object.json
@@ -0,0 +1,2 @@
+{ , 'enum': 'Status',
+ 'data': [ 'good', 'bad', 'ugly' ] }