MCPcopy Create free account
hub / github.com/Kitware/VTK / c14nWithCommentTest

Function c14nWithCommentTest

ThirdParty/libxml2/vtklibxml2/runtest.c:4124–4130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4122}
4123
4124static int
4125c14nWithCommentTest(const char *filename,
4126 const char *resul ATTRIBUTE_UNUSED,
4127 const char *err ATTRIBUTE_UNUSED,
4128 int options ATTRIBUTE_UNUSED) {
4129 return(c14nCommonTest(filename, 1, XML_C14N_1_0, "with-comments"));
4130}
4131static int
4132c14nWithoutCommentTest(const char *filename,
4133 const char *resul ATTRIBUTE_UNUSED,

Callers

nothing calls this directly

Calls 1

c14nCommonTestFunction · 0.85

Tested by

no test coverage detected