]> granicus.if.org Git - json-c/commitdiff
Fixed test_parse for \f
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 29 Jan 2013 03:06:49 +0000 (19:06 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 29 Jan 2013 03:06:49 +0000 (19:06 -0800)
tests/test_parse.expected

index 97910dc0ff477b822de168cd0eaeb3bbf9cedd7e..814dc62f03be5995e2a25368c72ccbc847000ad7 100644 (file)
@@ -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"