Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-bjdata.cpp2905 std::vector<uint8_t> vR5 = {'[', '$', 'i', '#', '[', '[', '[', ']', ']', ']'}; variable
2906 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vR5), "[json.exception.parse_error.113] parse error at byte 6: syntax error while parsing BJData size: ndarray dimentional vector is not allowed", json::parse_error&);
2907 CHECK(json::from_bjdata(vR5, true, false).is_discarded());

Completed in 7 milliseconds