end the ned
This commit is contained in:
parent
e91a90899c
commit
1e16ab4d26
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue