Searched refs:vR6 (Results 1 - 1 of 1) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 2909 std::vector<uint8_t> vR6 = {'[', '$', 'i', '#', '[', '$', 'i', '#', '[', 'i', '2', 'i', 2, ']'}; variable 2910 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vR6), "[json.exception.parse_error.112] parse error at byte 14: syntax error while parsing BJData size: ndarray can not be recursive", json::parse_error&); 2911 CHECK(json::from_bjdata(vR6, true, false).is_discarded());
|
Completed in 7 milliseconds