Home | History | Annotate | Download | only in tests

Lines Matching refs:expat

4    runtest.c : run the Expat test suite
16 #include "expat.h"
21 #include <proto/expat.h>
778 UTF-8, which we tell Expat using XML_SetEncoding().
813 read an external subset. This was fixed in Expat 1.95.5.
1121 "<foo:e xmlns:foo='http://expat.sf.net/' bar:a='12'\n"
1122 " xmlns:bar='http://expat.sf.net/'></foo:e>";
1124 "http://expat.sf.net/ e foo",
1125 "http://expat.sf.net/ a bar"
1236 syntax doesn't cause the problematic path through Expat to be
1508 printf("Expat version: %s\n", XML_ExpatVersion());