diff --git a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb index e0a8f7339..bbc7c9d83 100644 --- a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb @@ -80,8 +80,10 @@ class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase 'p{border-right:1px}. text' => '

text

', 'p{border-top:1px}. text' => '

text

', 'p{border-bottom:1px}. text' => '

text

', - 'p{max-width:100px}. text' => '

text

', 'p{width:50px}. text' => '

text

', + 'p{max-width:100px}. text' => '

text

', + 'p{height:40px}. text' => '

text

', + 'p{max-height:80px}. text' => '

text

', }, false) # multiple styles