Lines Matching defs:expected
1847 char const expected[] = "// this comment should appear before\nnull"; in JSONTEST_FIXTURE_LOCAL() local
1859 char const expected[] = "// this comment should appear before\n\"hello\""; in JSONTEST_FIXTURE_LOCAL() local
1873 char const expected[] = "\"hello\""; in JSONTEST_FIXTURE_LOCAL() local
1943 Json::String expected = "NaN"; in JSONTEST_FIXTURE_LOCAL() local
1963 Json::String expected = "33.333"; in JSONTEST_FIXTURE_LOCAL() local
2054 const Json::String expected("{" in JSONTEST_FIXTURE_LOCAL() local
2108 const Json::String expected("{" in JSONTEST_FIXTURE_LOCAL() local
2160 const Json::String expected("{" in JSONTEST_FIXTURE_LOCAL() local
2182 const Json::String expected("{" in JSONTEST_FIXTURE_LOCAL() local
2197 const Json::String expected("{" in JSONTEST_FIXTURE_LOCAL() local
2218 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2240 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2255 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2276 const Json::String expected("[\n " in JSONTEST_FIXTURE_LOCAL() local
2292 const Json::String expected("[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]\n"); in JSONTEST_FIXTURE_LOCAL() local
2304 const Json::String expected("\n//commentBeforeValue\n\"hello\"\n"); in JSONTEST_FIXTURE_LOCAL() local
2311 const Json::String expected("\"hello\" //commentAfterValueOnSameLine\n"); in JSONTEST_FIXTURE_LOCAL() local
2319 const Json::String expected("\"hello\"\n//commentAfter\n\n"); in JSONTEST_FIXTURE_LOCAL() local
2331 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2356 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2373 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2397 const Json::String expected("[\n\t0," in JSONTEST_FIXTURE_LOCAL() local
2430 const Json::String expected("[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]\n"); in JSONTEST_FIXTURE_LOCAL() local
2444 const Json::String expected("//commentBeforeValue\n\"hello\"\n"); in JSONTEST_FIXTURE_LOCAL() local
2453 const Json::String expected("\"hello\" //commentAfterValueOnSameLine\n"); in JSONTEST_FIXTURE_LOCAL() local
2463 const Json::String expected("\"hello\"\n//commentAfter\n"); in JSONTEST_FIXTURE_LOCAL() local
2477 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2499 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2519 const Json::String expected("{\n" in JSONTEST_FIXTURE_LOCAL() local
2545 const Json::String expected("[\n\t0," in JSONTEST_FIXTURE_LOCAL() local
2574 const Json::String expected("[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]"); in JSONTEST_FIXTURE_LOCAL() local
2623 Json::String expected(R"("hi\u0000")"); // unicoded zero in JSONTEST_FIXTURE_LOCAL() local
3658 const Json::String expected("[\"\\\"\",\"\\\\\",\"\\b\"," in JSONTEST_FIXTURE_LOCAL() local
3865 Json::String expected = R"(" 9","10","11",)"; in JSONTEST_FIXTURE_LOCAL() local