Sign in
qemu
/
qemu
/
372579427a5040a26dfee78464b50e2bdf27ef26
/
.
/
tests
/
qapi-schema
/
unknown-escape.json
blob: e3ae6793f21a60a6f7d69117c86f23c15c717da3 [
file
] [
log
] [
blame
]
#
we only recognize JSON escape sequences
,
plus our \' extension
(
no \x
)
##
#
@foo
:
##
#
{
'command'
:
'foo'
,
'data'
:
{}
}
{
'command'
:
'foo'
,
'dat\x61'
:{}
}