public function for_html_test()
 {
     $safe_string = new SafeString("hello <p>world</p>");
     $this->assert_equal("hello &lt;p&gt;world&lt;/p&gt;", $safe_string->for_html());
 }