").should == "<div>"
@linker.html_escape("a&b").should == "a&b"
@linker.html_escape("
twitter & friends").should == "<a href="https://twitter.com" target="_blank">twitter & friends</a>"
@linker.html_escape("&").should == "&"
@linker.html_escape(nil).should == nil
end
end
end