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