Searched refs:vR3 (Results 1 - 1 of 1) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 2897 std::vector<uint8_t> vR3 = {'[', '#', '[', 'i', '2', 'i', 2, ']'}; variable 2898 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vR3), "[json.exception.parse_error.112] parse error at byte 8: syntax error while parsing BJData size: ndarray requires both type and size", json::parse_error&); 2899 CHECK(json::from_bjdata(vR3, true, false).is_discarded());
|
Completed in 7 milliseconds