diff options
Diffstat (limited to 'tests/qapi-schema/doc-no-symbol.json')
-rw-r--r-- | tests/qapi-schema/doc-no-symbol.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-no-symbol.json b/tests/qapi-schema/doc-no-symbol.json new file mode 100644 index 0000000..ee86ca1 --- /dev/null +++ b/tests/qapi-schema/doc-no-symbol.json @@ -0,0 +1,7 @@ +# Documentation for expression lacks symbol +# BUG: Error message claims it has symbol 'None' + +## +# foo: +## +{ 'command': 'foo', 'data': {'a': 'int'} } |