Lines Matching full:hello
12 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
15 <root><foo>hello</foo></root>
21 <root><foo>hello</foo></root>
28 <foo>hello</foo>
36 <foo>hello</foo>
47 if str != """<root><foo>hello</foo></root>""":
51 if str != """<root><foo>hello</foo></root>""":
56 <foo>hello</foo>
62 <foo>hello</foo>
71 doc = libxml2.htmlParseDoc("""<html><head><title>Hello</title><body><p>hello</body></html>""", None)
74 <html><head><title>Hello</title></head><body><p>hello</p></body></html>
80 …ntent-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p><…
89 <title>Hello</title>
91 <body><p>hello</p></body>
101 <title>Hello</title>
103 <body><p>hello</p></body>
115 if str != """<html><head><title>Hello</title></head><body><p>hello</p></body></html>""":
119 …ntent-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p><…
126 <title>Hello</title>
128 <body><p>hello</p></body>
136 <title>Hello</title>
138 <body><p>hello</p></body>