Skip to content

Commit

Permalink
check-qjson: Cover whitespace more thoroughly
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180823164025.12553-5-armbru@redhat.com>
  • Loading branch information
Markus Armbruster committed Aug 24, 2018
1 parent a369418 commit 5365490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check-qjson.c
Expand Up @@ -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[]){
Expand Down

0 comments on commit 5365490

Please sign in to comment.