Files
xemu/tests/qapi-schema/bad-ident.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
93 B
JSON
Raw Normal View History

2015-05-04 09:05:22 -06:00
# we reject creating a type name with bad name
{ 'struct': '*oops', 'data': { 'i': 'int' } }