Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds