From: Iskren Chernev Date: Tue, 29 Jan 2013 03:06:49 +0000 (-0800) Subject: Fixed test_parse for \f X-Git-Tag: json-c-0.11-20130402~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F66%2Fhead;p=thirdparty%2Fjson-c.git Fixed test_parse for \f --- diff --git a/tests/test_parse.expected b/tests/test_parse.expected index 97910dc0..814dc62f 100644 --- a/tests/test_parse.expected +++ b/tests/test_parse.expected @@ -44,7 +44,7 @@ json_tokener_parse_ex(tok, "blue" , 6) ... OK: got object of type [string json_tokener_parse_ex(tok, "\"" , 4) ... OK: got object of type [string]: "\"" json_tokener_parse_ex(tok, "\\" , 4) ... OK: got object of type [string]: "\\" json_tokener_parse_ex(tok, "\b" , 4) ... OK: got object of type [string]: "\b" -json_tokener_parse_ex(tok, "\f" , 4) ... OK: got object of type [string]: "\u000c" +json_tokener_parse_ex(tok, "\f" , 4) ... OK: got object of type [string]: "\f" json_tokener_parse_ex(tok, "\n" , 4) ... OK: got object of type [string]: "\n" json_tokener_parse_ex(tok, "\r" , 4) ... OK: got object of type [string]: "\r" json_tokener_parse_ex(tok, "\t" , 4) ... OK: got object of type [string]: "\t"