Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-json_patch.cpp65 json doc3 = R"({ "a": {} })"_json; variable
68 // should cause an error because "b" does not exist in doc3
70 CHECK_THROWS_WITH_AS(doc3.patch(patch2), "[json.exception.out_of_range.403] (/a) key 'b' not found", json::out_of_range&);
72 CHECK_THROWS_WITH_AS(doc3.patch(patch2), "[json.exception.out_of_range.403] key 'b' not found", json::out_of_range&);

Completed in 2 milliseconds