From 2c786065fb2a467852888dce21d886dfce67f844 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 24 Nov 2019 12:58:38 +0000 Subject: [PATCH] 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 --- test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5