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

Function c14n11WithoutCommentTest

ThirdParty/libxml2/vtklibxml2/runtest.c:4145–4151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
4148 const char *err ATTRIBUTE_UNUSED,
4149 int options ATTRIBUTE_UNUSED) {
4150 return(c14nCommonTest(filename, 0, XML_C14N_1_1, "1-1-without-comments"));
4151}
4152#endif
4153#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED)
4154/************************************************************************

Callers

nothing calls this directly

Calls 1

c14nCommonTestFunction · 0.85

Tested by

no test coverage detected