Searched refs:vR (Results 1 - 1 of 1) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 2881 std::vector<uint8_t> vR = {'[', '$', 'i', '#', '[', 'i', 1, '[', ']', ']', 1}; variable 2882 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vR), "[json.exception.parse_error.113] parse error at byte 8: syntax error while parsing BJData size: ndarray dimentional vector is not allowed", json::parse_error&); 2883 CHECK(json::from_bjdata(vR, true, false).is_discarded());
|
Completed in 6 milliseconds