end the ned

This commit is contained in:
Parker Moore 2014-04-19 12:35:58 -04:00
parent e91a90899c
commit 1e16ab4d26
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class TestFilters < Test::Unit::TestCase
should "not error when xml escaping nil" do should "not error when xml escaping nil" do
assert_equal "", @filter.xml_escape(nil) assert_equal "", @filter.xml_escape(nil)
ned end
should "escape space as plus" do should "escape space as plus" do
assert_equal "my+things", @filter.cgi_escape("my things") assert_equal "my+things", @filter.cgi_escape("my things")