From c2d5c7df72e8fd6b22a2f7db97c1f09487f7a046 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Wed, 12 Oct 2011 15:12:16 -0300 Subject: [PATCH] RedCloth in Debian Lenny doesn't convert > symbol into > --- test/unit/textile_article_test.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/test/unit/textile_article_test.rb b/test/unit/textile_article_test.rb index e734dcf..93a2bc1 100644 --- a/test/unit/textile_article_test.rb +++ b/test/unit/textile_article_test.rb @@ -150,10 +150,6 @@ class TextileArticleTest < Test::Unit::TestCase assert_tag_in_string build_article('"Noosfero":http://noosfero.org/').to_html, :tag => 'a', :attributes => { :href => 'http://noosfero.org/' } end - should 'generate proper HTML for > symbols' do - assert_match /^sqlite>$/, build_article(' sqlite>').to_html - end - should 'not mess up with textile markup' do assert_equal ' sqlite> stuff', build_article(' sqlite> stuff').body noosfero_cool = '"Noosfero":http://noosfero.org/ is a very cool project' -- libgit2 0.21.2