From 1e16ab4d263cbecd39205661e05db57d17c56b5d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 19 Apr 2014 12:35:58 -0400 Subject: [PATCH] end the ned --- test/test_filters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_filters.rb b/test/test_filters.rb index cef93d82..67bcd096 100644 --- a/test/test_filters.rb +++ b/test/test_filters.rb @@ -95,7 +95,7 @@ class TestFilters < Test::Unit::TestCase should "not error when xml escaping nil" do assert_equal "", @filter.xml_escape(nil) - ned + end should "escape space as plus" do assert_equal "my+things", @filter.cgi_escape("my things")