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:
@@ -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>"
|
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
|
end
|
||||||
|
|
||||||
|
# see: https://github.com/sparklemotion/nokogiri/issues/1173
|
||||||
|
pending 'allows html entities correctly' do
|
||||||
|
PrettyText.cook("ℵ£¢").should == "<p>ℵ£¢</p>"
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "rel nofollow" do
|
describe "rel nofollow" do
|
||||||
|
|||||||
Reference in New Issue
Block a user