# File test.rb, line 151
    def test_escapeHTML
      assert_equal("&lt;str&gt;", PageTemplate::DefaultPreprocessor.escapeHTML("<str>"),
        "DefaultPreprocessor.escapeHTML returns a copy of the string input with HTML converted to entities.")
    end