diff options
| author | Markus Armbruster | 2013-07-27 17:41:53 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-07-29 17:37:10 +0200 |
| commit | 98626572f18ddc61c08588c32a1773bc91f8624e (patch) | |
| tree | 15f0116c5f08841a1049cb2610dec9031b649803 /tests/qapi-schema/missing-comma-object.json | |
| parent | memory: add tracepoints for MMIO reads/writes (diff) | |
| download | qemu-98626572f18ddc61c08588c32a1773bc91f8624e.tar.gz qemu-98626572f18ddc61c08588c32a1773bc91f8624e.tar.xz qemu-98626572f18ddc61c08588c32a1773bc91f8624e.zip | |
tests: QAPI schema parser tests
The parser handles erroneous input badly. To be improved shortly.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1374939721-7876-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests/qapi-schema/missing-comma-object.json')
| -rw-r--r-- | tests/qapi-schema/missing-comma-object.json | 2 |
1 files changed, 2 insertions, 0 deletions
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' ] } |
