mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 11:26:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user