Lines Matching full:hello
11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
27 <foo>hello</foo>
35 <foo>hello</foo>
46 if str != """<root><foo>hello</foo></root>""":
50 if str != """<root><foo>hello</foo></root>""":
55 <foo>hello</foo>
61 <foo>hello</foo>
70 doc = libxml2.htmlParseDoc("""<html><head><title>Hello</title><body><p>hello</body></html>""", None)
73 <html><head><title>Hello</title></head><body><p>hello</p></body></html>
79 …ntent-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p><…
88 <title>Hello</title>
90 <body><p>hello</p></body>
100 <title>Hello</title>
102 <body><p>hello</p></body>
114 if str != """<html><head><title>Hello</title></head><body><p>hello</p></body></html>""":
118 …ntent-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p><…
125 <title>Hello</title>
127 <body><p>hello</p></body>
135 <title>Hello</title>
137 <body><p>hello</p></body>