diff options
-rw-r--r-- | spec/libs/format_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/libs/format_spec.rb b/spec/libs/format_spec.rb index f483605a4..df25a78c2 100644 --- a/spec/libs/format_spec.rb +++ b/spec/libs/format_spec.rb @@ -10,7 +10,8 @@ describe "when making clickable" do end it "should make wrapped URLs in angle brackets clickable" do - text = """<http://www.flourish.org/bl + text = """<http://www.flou +rish.org/bl og>""" text = CGI.escapeHTML(text) |