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:
parent
7adf05810a
commit
4d19007fd1
|
@ -52,7 +52,7 @@ class Redmine::WikiFormatting::TextileFormatterTest < HelperTestCase
|
||||||
MODIFIERS.each do |m2, tag2|
|
MODIFIERS.each do |m2, tag2|
|
||||||
next if m1 == m2
|
next if m1 == m2
|
||||||
text = "#{m2}#{m1}Phrase modifiers#{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
|
assert_html_output text => html
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue