diff options
Diffstat (limited to 'tests/qapi-schema/redefined-command.out')
-rw-r--r-- | tests/qapi-schema/redefined-command.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/redefined-command.out b/tests/qapi-schema/redefined-command.out new file mode 100644 index 0000000000..44ddba60d5 --- /dev/null +++ b/tests/qapi-schema/redefined-command.out @@ -0,0 +1,4 @@ +[OrderedDict([('command', 'foo'), ('data', OrderedDict([('one', 'str')]))]), + OrderedDict([('command', 'foo'), ('data', OrderedDict([('*two', 'str')]))])] +[] +[] |