| 4143 | return(c14nCommonTest(filename, 0, XML_C14N_EXCLUSIVE_1_0, "exc-without-comments")); |
| 4144 | } |
| 4145 | static int |
| 4146 | c14n11WithoutCommentTest(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 | /************************************************************************ |
nothing calls this directly
no test coverage detected