Searched refs:s_u (Results 1 - 1 of 1) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 2238 std::vector<uint8_t> s_u = {'S', 'u', 1, 0, 'a'}; variable 2248 CHECK(json::from_bjdata(s_u) == "a"); 2258 CHECK(json::to_bjdata(json::from_bjdata(s_u)) == s_i); 2581 std::vector<uint8_t> s_u = {'S', 'u', 1, 0, 'a'}; variable 2587 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(s_u), "[json.exception.parse_error.113] parse error at byte 2: syntax error while parsing UBJSON string: expected length type specification (U, i, I, l, L); last byte: 0x75", json::parse_error&);
|
Completed in 10 milliseconds