hw/isa/isa-bus: Replace hw_error() by assert()
[qemu/ar7.git] / tests / qapi-schema / unknown-escape.json
blob8372e8024fe2beeeee38c8e96ca96169b492f34e
1 # we only recognize \\
2 # { 'command': 'foo', 'data': {} }
3 { 'command': 'foo', 'dat\x61':{} }