diff options
Diffstat (limited to 'tests/qapi-schema/pragma-name-case-whitelist-crap.json')
-rw-r--r-- | tests/qapi-schema/pragma-name-case-whitelist-crap.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/pragma-name-case-whitelist-crap.json b/tests/qapi-schema/pragma-name-case-whitelist-crap.json new file mode 100644 index 0000000000..58382bf4e4 --- /dev/null +++ b/tests/qapi-schema/pragma-name-case-whitelist-crap.json @@ -0,0 +1,3 @@ +# 'name-case-whitelist' must be list of strings + +{ 'pragma': { 'name-case-whitelist': null } } |