提交 53654908 编写于 作者: M Markus Armbruster

check-qjson: Cover whitespace more thoroughly

Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
Message-Id: <20180823164025.12553-5-armbru@redhat.com>
上级 a3694181
......@@ -1236,7 +1236,7 @@ static void simple_whitespace(void)
})),
},
{
.encoded = " [ 43 , { 'h' : 'b' }, [ ], 42 ]",
.encoded = "\t[ 43 , { 'h' : 'b' },\r\n\t[ ], 42 ]\n",
.decoded = QLIT_QLIST(((QLitObject[]){
QLIT_QNUM(43),
QLIT_QDICT(((QLitDictEntry[]){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册