| 4129 | return(c14nCommonTest(filename, 1, XML_C14N_1_0, "with-comments")); |
| 4130 | } |
| 4131 | static int |
| 4132 | c14nWithoutCommentTest(const char *filename, |
| 4133 | const char *resul ATTRIBUTE_UNUSED, |
| 4134 | const char *err ATTRIBUTE_UNUSED, |
| 4135 | int options ATTRIBUTE_UNUSED) { |
| 4136 | return(c14nCommonTest(filename, 0, XML_C14N_1_0, "without-comments")); |
| 4137 | } |
| 4138 | static int |
| 4139 | c14nExcWithoutCommentTest(const char *filename, |
| 4140 | const char *resul ATTRIBUTE_UNUSED, |
nothing calls this directly
no test coverage detected