Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-bjdata.cpp2885 std::vector<uint8_t> vRo = {'[', '$', 'i', '#', '[', 'i', 0, '{', '}', ']', 1}; variable
2886 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vRo), "[json.exception.parse_error.113] parse error at byte 8: syntax error while parsing BJData size: expected length type specification (U, i, u, I, m, l, M, L) after '#'; last byte: 0x7B", json::parse_error&);
2887 CHECK(json::from_bjdata(vRo, true, false).is_discarded());

Completed in 8 milliseconds