# File test.rb, line 156 def test_escapeURI assert_equal("+", PageTemplate::DefaultPreprocessor.escapeURI(" "), "DefaultPreprocessor.escapeURI returns a URI-encoded copy of the string handed to it.") end