Lines Matching full:entity
760 "<!DOCTYPE test [<!ENTITY foo 'bar'>]>\n"
787 fail("Could not create external entity parser.");
789 fail("XML_SetEncoding() ignored for external entity");
802 " <!ENTITY en SYSTEM 'http://xml.libexpat.org/dummy.ent'>\n"
818 "<doc>&entity;</doc>";
829 expect_failure("<doc>&entity;</doc>",
831 "Parser did not report undefined entity w/out a DTD.");
842 "<doc>&entity;</doc>";
846 "Parser did not report undefined entity (standalone).");
862 fail("Could not create external entity parser.");
878 "<doc>&entity;</doc>";
887 "Parser did not report undefined entity (external DTD).");
898 "<doc>&entity;</doc>";
914 " <!ENTITY entity '&entity;'>\n"
916 "<doc>&entity;</doc>";
920 "Parser did not report recursive entity reference.");
929 "<!ENTITY e SYSTEM 'http://xml.libexpat.org/e'>\n"
1284 " <!ENTITY en SYSTEM 'http://xml.libexpat.org/entity.ent'>\n"