diff options
Diffstat (limited to 'tests/qapi-schema/event-case.json')
-rw-r--r-- | tests/qapi-schema/event-case.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/event-case.json b/tests/qapi-schema/event-case.json new file mode 100644 index 00000000..3a92d8b6 --- /dev/null +++ b/tests/qapi-schema/event-case.json @@ -0,0 +1,3 @@ +# TODO: might be nice to enforce naming conventions; but until then this works +# even though events should usually be ALL_CAPS +{ 'event': 'oops' } |