提交 13c19c8d 编写于 作者: A Anton Kalyaev

use nokogirisax as a backend

Most likely someone just forgot to change it during copying and
pasting test cases from nokigiri engine test.
上级 227768cb
......@@ -56,9 +56,9 @@ def test_exception_thrown_on_expansion_attack
end
end
def test_setting_nokogiri_as_backend
XmlMini.backend = 'Nokogiri'
assert_equal XmlMini_Nokogiri, XmlMini.backend
def test_setting_nokogirisax_as_backend
XmlMini.backend = 'NokogiriSAX'
assert_equal XmlMini_NokogiriSAX, XmlMini.backend
end
def test_blank_returns_empty_hash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册