From 98626572f18ddc61c08588c32a1773bc91f8624e Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 27 Jul 2013 17:41:53 +0200 Subject: tests: QAPI schema parser tests The parser handles erroneous input badly. To be improved shortly. Signed-off-by: Markus Armbruster Message-id: 1374939721-7876-2-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori --- tests/qapi-schema/missing-comma-object.json | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/qapi-schema/missing-comma-object.json (limited to 'tests/qapi-schema/missing-comma-object.json') diff --git a/tests/qapi-schema/missing-comma-object.json b/tests/qapi-schema/missing-comma-object.json new file mode 100644 index 0000000000..50f51786e4 --- /dev/null +++ b/tests/qapi-schema/missing-comma-object.json @@ -0,0 +1,2 @@ +{ 'enum': 'Status' + 'data': [ 'good', 'bad', 'ugly' ] } -- cgit v1.2.3-55-g7522