Lines Matching full:example

69   const char *text = "<foo:e xmlns:foo='http://example.org/' bar:a='12'\n"  in START_TEST()
70 " xmlns:bar='http://example.org/'>"; in START_TEST()
73 = {XCS("http://example.org/ e foo"), XCS("http://example.org/ a bar")}; in START_TEST()
101 * We use test_return_ns_triplet() for our example parse to improve
136 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST()
140 const XML_Char *result = XCS("start http://example.org/ e\n") in START_TEST()
141 XCS("start http://example.org/ f\n") in START_TEST()
142 XCS("attribute http://example.org/ attr\n") in START_TEST()
143 XCS("end http://example.org/ f\n") in START_TEST()
144 XCS("start http://example.org/ g\n") in START_TEST()
145 XCS("attribute http://example.org/ attr2\n") in START_TEST()
146 XCS("end http://example.org/ g\n") in START_TEST()
147 XCS("end http://example.org/ e\n"); in START_TEST()
154 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST()
158 const XML_Char *result = XCS("start http://example.org/ e n\n") in START_TEST()
159 XCS("start http://example.org/ f n\n") in START_TEST()
160 XCS("attribute http://example.org/ attr n\n") in START_TEST()
161 XCS("end http://example.org/ f n\n") in START_TEST()
162 XCS("start http://example.org/ g n\n") in START_TEST()
163 XCS("attribute http://example.org/ attr2 n\n") in START_TEST()
164 XCS("end http://example.org/ g n\n") in START_TEST()
165 XCS("end http://example.org/ e n\n"); in START_TEST()
177 const char *text = "<e xmlns='http://example.org/'></e>"; in START_TEST()
192 "<!DOCTYPE doc SYSTEM 'http://example.org/doc.dtd' [\n" in START_TEST()
193 " <!ENTITY en SYSTEM 'http://example.org/entity.ent'>\n" in START_TEST()
195 "<doc xmlns='http://example.org/ns1'>\n" in START_TEST()
212 const char *text = "<doc xmlns:prefix='http://example.org/'>\n" in START_TEST()
251 " xmlns:prefix CDATA 'http://example.org/'>\n" in START_TEST()
257 const XML_Char *elemstr[] = {XCS("http://example.org/ doc prefix")}; in START_TEST()
272 " notxmlns:prefix CDATA 'http://example.org/'>\n" in START_TEST()
285 const char *text = "<doc xmlns='http://example.org/'>\n" in START_TEST()
300 const char *text = "<doc xmlns:a='http://example.org/a'\n" in START_TEST()
301 " xmlns:b='http://example.org/a'\n" in START_TEST()
325 const char *text = "<doc xmlns:a='http://example.org/a'\n" in START_TEST()
353 " xmlns:foo='http://example.org/' bar:a='12'\n" in START_TEST()
354 " xmlns:bar='http://example.org/'>" in START_TEST()
357 = {XCS("http://example.org/") in START_TEST()
359 XCS("http://example.org/ a bar")}; in START_TEST()
373 " xmlns:bar='http://example.org/'>" in START_TEST()
387 const char *text = "<foo:e xmlns:foo='http://example.org/'>" in START_TEST()
402 = "<foo:e xmlns:foo='http://example.org/' xmlns:xmlns='12' />"; in START_TEST()
404 = "<foo:e xmlns:foo='http://example.org/' foo:xmlns='12' />"; in START_TEST()
416 const char *text1 = "<foo:e xmlns:foo='http://example.org/'" in START_TEST()
417 " xmlns:xml='http://example.org/' />"; in START_TEST()
526 "<foo:e xmlns:foo='http://example.org/'>Hi</foo:e>"; in START_TEST()
535 const char *text = "<foo:e xmlns:foo='http://example.org/' foo:a:b='bar' />"; in START_TEST()
554 const char *text = "<foo:bar:e xmlns:foo='http://example.org/' />"; in START_TEST()
574 const char *text = "<foo:e xmlns:foo='http://example.org/' foo:?ar='baz' />"; in START_TEST()
582 const char *text = "<foo:?oc xmlns:foo='http://example.org/' />"; in START_TEST()