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 = [
["“", '"'], ["”", '"'], ["—", "--"], ["—", "--"],
["–","-"], ["…", "..."], ["×", " x "], ["™","(tm)"],
- ["®","(R)"], ["©","(C)"], ["’", "'"]
+ ["®","(R)"], ["©","(c)"], ["’", "'"]
]
def test_entities
ENTITIES_TEST.each do |html, textile|
test_html = ClothRed.new(html)