do the do

This commit is contained in:
Ben Balter 2014-04-18 18:12:47 -04:00
parent 4f7b1f3306
commit e91a90899c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class TestFilters < Test::Unit::TestCase
assert_equal "&lt;code&gt;command &amp;lt;filename&amp;gt;&lt;/code&gt;", @filter.xml_escape("<code>command &lt;filename&gt;</code>") assert_equal "&lt;code&gt;command &amp;lt;filename&amp;gt;&lt;/code&gt;", @filter.xml_escape("<code>command &lt;filename&gt;</code>")
end end
should "not error when xml escaping nil" should "not error when xml escaping nil" do
assert_equal "", @filter.xml_escape(nil) assert_equal "", @filter.xml_escape(nil)
ned ned