aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/unknown-escape.json
blob: e3ae6793f21a60a6f7d69117c86f23c15c717da3 (plain)
1
2
3
4
5
6
7
# we only recognize JSON escape sequences, plus our \' extension (no \x)

##
# @foo:
##
# { 'command': 'foo', 'data': {} }
{ 'command': 'foo', 'dat\x61':{} }