@@ -52,7 +52,7 class Redmine::WikiFormatting::TextileFormatterTest < HelperTestCase | |||||
52 | MODIFIERS.each do |m2, tag2| |
|
52 | MODIFIERS.each do |m2, tag2| | |
53 | next if m1 == m2 |
|
53 | next if m1 == m2 | |
54 | text = "#{m2}#{m1}Phrase modifiers#{m1}#{m2}" |
|
54 | text = "#{m2}#{m1}Phrase modifiers#{m1}#{m2}" | |
55 |
html = "< |
|
55 | html = "<#{tag2}><#{tag1}>Phrase modifiers</#{tag1}></#{tag2}>" | |
56 | assert_html_output text => html |
|
56 | assert_html_output text => html | |
57 | end |
|
57 | end | |
58 | end |
|
58 | end |
General Comments 0
You need to be logged in to leave comments.
Login now