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

Function c14nExcWithoutCommentTest

ThirdParty/libxml2/vtklibxml2/runtest.c:4138–4144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4136 return(c14nCommonTest(filename, 0, XML_C14N_1_0, "without-comments"));
4137}
4138static int
4139c14nExcWithoutCommentTest(const char *filename,
4140 const char *resul ATTRIBUTE_UNUSED,
4141 const char *err ATTRIBUTE_UNUSED,
4142 int options ATTRIBUTE_UNUSED) {
4143 return(c14nCommonTest(filename, 0, XML_C14N_EXCLUSIVE_1_0, "exc-without-comments"));
4144}
4145static int
4146c14n11WithoutCommentTest(const char *filename,
4147 const char *resul ATTRIBUTE_UNUSED,

Callers

nothing calls this directly

Calls 1

c14nCommonTestFunction · 0.85

Tested by

no test coverage detected