test/test_clean_css.rb in sanitize-3.1.2 vs test/test_clean_css.rb in sanitize-4.0.0
- old
+ new
@@ -60,7 +60,8 @@
</style>
].strip
end
it 'should remove the <style> element if the sanitized CSS is empty' do
+ @s.fragment('<style></style>').must_equal ''
end
end