Fixes a test failure.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3569 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-03-12 15:19:49 +00:00
parent 7adf05810a
commit 4d19007fd1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Redmine::WikiFormatting::TextileFormatterTest < HelperTestCase
MODIFIERS.each do |m2, tag2|
next if m1 == m2
text = "#{m2}#{m1}Phrase modifiers#{m1}#{m2}"
html = "<p><#{tag2}><#{tag1}>Phrase modifiers</#{tag1}></#{tag2}></p>"
html = "<#{tag2}><#{tag1}>Phrase modifiers</#{tag1}></#{tag2}>"
assert_html_output text => html
end
end