Skip to content

Commit

Permalink
Pending spec for Nokogiri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Oct 3, 2014
1 parent 49a543e commit 0d1b460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/components/pretty_text_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
match_html "<p>hello <span class=\"mention\">@bob</span>'s <span class=\"mention\">@bob</span>,<span class=\"mention\">@bob</span>; <span class=\"mention\">@bob</span>\"</p>"
end

# see: https://github.com/sparklemotion/nokogiri/issues/1173
pending 'allows html entities correctly' do
PrettyText.cook("&aleph;&pound;&#162;").should == "<p>&aleph;&pound;&#162;</p>"
end

end

describe "rel nofollow" do
Expand Down

0 comments on commit 0d1b460

Please sign in to comment.