Searched refs:doc2 (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_minidom.py | 649 doc2 = dom2.documentElement 650 self.assertFalse(doc2.hasChildNodes()) 709 doc2 = doc.cloneNode(0) 710 self.confirm(doc2 is None, 721 doc2 = doc.cloneNode(1) 722 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)), 724 self.confirm(len(doc.childNodes) == len(doc2.childNodes), 726 self.confirm(doc2.documentElement.nodeType == Node.ELEMENT_NODE, 728 self.confirm(doc2 [all...] |
H A D | test_exceptions.py | 1489 doc2 = "This is a test docstring." 1502 error2 = _testcapi.make_exception_with_doc("_testcapi.error2", doc2) 1503 self.assertEqual(error2.__doc__, doc2)
|
/third_party/json/tests/src/ |
H A D | unit-json_patch.cpp | 60 json doc2 = R"({ "q": { "bar": 2 } })"_json; variable 63 CHECK_THROWS_WITH_AS(doc2.patch(patch1), "[json.exception.out_of_range.403] key 'a' not found", json::out_of_range&);
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | runtests.c | 7615 const char *const doc2 = "<doc><elem/></doc>"; in START_TEST() local 7624 result = XML_Parse(parser, doc2, (int)strlen(doc2), 1); in START_TEST()
|
Completed in 21 milliseconds