diff options
author | francis <francis> | 2009-04-23 13:32:08 +0000 |
---|---|---|
committer | francis <francis> | 2009-04-23 13:32:08 +0000 |
commit | c5bf0f2cfb9231558d26720f137a2bdaf3558be1 (patch) | |
tree | 1b838a0a62d7faa76d8b262fe129b2d0d1a9f58c /spec/libs/format_spec.rb | |
parent | 56e35fc775f6fefd706d74d325f2800172fe4c3c (diff) |
Cope with multiline ones
Diffstat (limited to 'spec/libs/format_spec.rb')
-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) |