c14nCommonTest   3837 third_party/libxml/src/runtest.c     return(c14nCommonTest(filename, 1, XML_C14N_1_0, "with-comments"));
c14nCommonTest   3844 third_party/libxml/src/runtest.c     return(c14nCommonTest(filename, 0, XML_C14N_1_0, "without-comments"));
c14nCommonTest   3851 third_party/libxml/src/runtest.c     return(c14nCommonTest(filename, 0, XML_C14N_EXCLUSIVE_1_0, "exc-without-comments"));
c14nCommonTest   3858 third_party/libxml/src/runtest.c     return(c14nCommonTest(filename, 0, XML_C14N_1_1, "1-1-without-comments"));