Lines Matching full:hello
24 tiny_render.Bold("hello"),
31 "**hello**, **world!**",
36 "<b>hello</b>, <b>world!</b>",
41 "hello",
48 "hello\nworld!",
53 "hello<br />\nworld!",
58 "hello ",
64 "hello world!",
69 'hello <a href="https://google.com">world!</a>',
74 "hello:",
87 "hello:",
98 "hello:<ul>",
109 "hello:",
123 "hello:",
136 "hello:<ul>",
150 pieces = ["hello ", tiny_render.Switch(text="text", html="html")]
151 self.assertEqual(tiny_render.render_text_pieces(pieces), "hello text")
152 self.assertEqual(tiny_render.render_html_pieces(pieces), "hello html")
156 "hello",
174 "hello",
187 "hello<ul>",