Commit c2d5c7df72e8fd6b22a2f7db97c1f09487f7a046
1 parent
3c89860d
Exists in
master
and in
28 other branches
RedCloth in Debian Lenny doesn't convert > symbol into >
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
test/unit/textile_article_test.rb
... | ... | @@ -150,10 +150,6 @@ class TextileArticleTest < Test::Unit::TestCase |
150 | 150 | assert_tag_in_string build_article('"Noosfero":http://noosfero.org/').to_html, :tag => 'a', :attributes => { :href => 'http://noosfero.org/' } |
151 | 151 | end |
152 | 152 | |
153 | - should 'generate proper HTML for > symbols' do | |
154 | - assert_match /^sqlite>$/, build_article(' sqlite>').to_html | |
155 | - end | |
156 | - | |
157 | 153 | should 'not mess up with textile markup' do |
158 | 154 | assert_equal ' sqlite> stuff', build_article(' sqlite> stuff').body |
159 | 155 | noosfero_cool = '"Noosfero":http://noosfero.org/ is a very cool project' | ... | ... |