mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Pending spec for Nokogiri fix
This commit is contained in:
parent
49a543ebdd
commit
0d1b460f1e
@ -40,6 +40,11 @@ describe PrettyText do
|
||||
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("ℵ£¢").should == "<p>ℵ£¢</p>"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
describe "rel nofollow" do
|
||||
|
Loading…
Reference in New Issue
Block a user