From: Toshi MARUYAMA Date: Sun, 24 Nov 2019 12:58:38 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/unit/lib/redmine/wiki_... X-Git-Tag: 4.2.0~1388 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2c786065fb2a467852888dce21d886dfce67f844;p=redmine.git cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19252 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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 2f7a36be7..e69245d2f 100644 --- a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb @@ -52,6 +52,7 @@ class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase MODIFIERS.each do |m1, tag1| MODIFIERS.each do |m2, tag2| next if m1 == m2 + text = "#{m2}#{m1}Phrase modifiers#{m1}#{m2}" html = "<#{tag2}><#{tag1}>Phrase modifiers" assert_html_output text => html