diff options
Diffstat (limited to 'tests/qapi-schema/indented-expr.out')
-rw-r--r-- | tests/qapi-schema/indented-expr.out | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/qapi-schema/indented-expr.out b/tests/qapi-schema/indented-expr.out index b5ce9151bc..226d300798 100644 --- a/tests/qapi-schema/indented-expr.out +++ b/tests/qapi-schema/indented-expr.out @@ -1,3 +1,5 @@ -[OrderedDict([('command', 'eins')]), OrderedDict([('command', 'zwei')])] -[] -[] +object :empty +command eins None -> None + gen=True success_response=True +command zwei None -> None + gen=True success_response=True |