Home
last modified time | relevance | path

Searched refs:s_M (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/src/
H A Dunit-bjdata.cpp2242 std::vector<uint8_t> s_M = {'S', 'M', 1, 0, 0, 0, 0, 0, 0, 0, 'a'}; variable
2252 CHECK(json::from_bjdata(s_M) == "a");
2262 CHECK(json::to_bjdata(json::from_bjdata(s_M)) == s_i);
2583 std::vector<uint8_t> s_M = {'S', 'M', 1, 0, 0, 0, 0, 0, 0, 0, 'a'}; variable
2589 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(s_M), "[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: 0x4D", json::parse_error&);

Completed in 13 milliseconds