diff options
Diffstat (limited to 'tests/qapi-schema/escape-outside-string.json')
| -rw-r--r-- | tests/qapi-schema/escape-outside-string.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qapi-schema/escape-outside-string.json b/tests/qapi-schema/escape-outside-string.json deleted file mode 100644 index 482f79554b..0000000000 --- a/tests/qapi-schema/escape-outside-string.json +++ /dev/null @@ -1,3 +0,0 @@ -# escape sequences are permitted only inside strings -# { 'command': 'foo', 'data': {} } -{ 'command': 'foo', 'data'\u003a{} } |