test/test_entities.rb in ClothRed-0.3.0 vs test/test_entities.rb in ClothRed-0.3.1

- old
+ new

@@ -16,10 +16,10 @@ class TestClothRedEntities < Test::Unit::TestCase ENTITIES_TEST = [ ["&#8220;", '"'], ["&#8221;", '"'], ["&#8212;", "--"], ["&#8212;", "--"], ["&#8211;","-"], ["&#8230;", "..."], ["&#215;", " x "], ["&#8482;","(tm)"], - ["&#174;","(R)"], ["&#169;","(C)"], ["&#8217;", "'"] + ["&#174;","(R)"], ["&#169;","(c)"], ["&#8217;", "'"] ] def test_entities ENTITIES_TEST.each do |html, textile| test_html = ClothRed.new(html)