Home
last modified time | relevance | path

Searched refs:doc1 (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libexpat/tests/
H A Dmisc_tests.c292 const char *const doc1 = "<doc><e1/><e><foo/></e></doc>"; in START_TEST() local
301 result = _XML_Parse_SINGLE_BYTES(parser, doc1, (int)strlen(doc1), 1); in START_TEST()