diff options
| author | Markus Armbruster | 2013-07-27 17:42:01 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-07-29 17:37:11 +0200 |
| commit | f1a145e154b0a227a1e192009ca30b351de0a8ef (patch) | |
| tree | 1499cbbec4f396b1ea1a6dfe6f9af64ce6b5795b /tests/qapi-schema | |
| parent | qapi.py: Rename expr_eval to expr in parse_schema() (diff) | |
| download | qemu-f1a145e154b0a227a1e192009ca30b351de0a8ef.tar.gz qemu-f1a145e154b0a227a1e192009ca30b351de0a8ef.tar.xz qemu-f1a145e154b0a227a1e192009ca30b351de0a8ef.zip | |
qapi.py: Permit comments starting anywhere on the line
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1374939721-7876-10-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests/qapi-schema')
| -rw-r--r-- | tests/qapi-schema/comments.err | 1 | ||||
| -rw-r--r-- | tests/qapi-schema/comments.exit | 2 | ||||
| -rw-r--r-- | tests/qapi-schema/comments.out | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/qapi-schema/comments.err b/tests/qapi-schema/comments.err index 4a82b26d0f..e69de29bb2 100644 --- a/tests/qapi-schema/comments.err +++ b/tests/qapi-schema/comments.err @@ -1 +0,0 @@ -<stdin>:2:33: Stray "#" diff --git a/tests/qapi-schema/comments.exit b/tests/qapi-schema/comments.exit index d00491fd7e..573541ac97 100644 --- a/tests/qapi-schema/comments.exit +++ b/tests/qapi-schema/comments.exit @@ -1 +1 @@ -1 +0 diff --git a/tests/qapi-schema/comments.out b/tests/qapi-schema/comments.out index e69de29bb2..e3bd904453 100644 --- a/tests/qapi-schema/comments.out +++ b/tests/qapi-schema/comments.out @@ -0,0 +1,3 @@ +[OrderedDict([('enum', 'Status'), ('data', ['good', 'bad', 'ugly'])])] +['Status'] +[] |
