mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
no -> not
This commit is contained in:
@@ -93,7 +93,7 @@ class TestFilters < Test::Unit::TestCase
|
||||
assert_equal "<code>command &lt;filename&gt;</code>", @filter.xml_escape("<code>command <filename></code>")
|
||||
end
|
||||
|
||||
should "no error when xml escaping nil"
|
||||
should "not error when xml escaping nil"
|
||||
assert_equal "", @filter.xml_escape(nil)
|
||||
ned
|
||||
|
||||
|
||||
Reference in New Issue
Block a user