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