diff options
Diffstat (limited to 'tests/qapi-schema/unknown-escape.json')
-rw-r--r-- | tests/qapi-schema/unknown-escape.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/unknown-escape.json b/tests/qapi-schema/unknown-escape.json index e3ae6793f2..8e6891e52a 100644 --- a/tests/qapi-schema/unknown-escape.json +++ b/tests/qapi-schema/unknown-escape.json @@ -1,7 +1,3 @@ # we only recognize JSON escape sequences, plus our \' extension (no \x) - -## -# @foo: -## # { 'command': 'foo', 'data': {} } { 'command': 'foo', 'dat\x61':{} } |