From 7512e3cc39b87895d042a0ecd7ef27c48dff3f0a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 15 Jul 2020 16:37:35 +0000 Subject: [PATCH] remove spaces inside {} of ApplicationHelperTest#test_html_tags git-svn-id: http://svn.redmine.org/redmine/trunk@19910 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/helpers/application_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 235db1a37..31575c4ac 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1139,7 +1139,7 @@ class ApplicationHelperTest < Redmine::HelperTest '
text
' => '
text
', '
text
' => '
text
', } - to_test.each { |text, result| assert_equal result, textilizable(text) } + to_test.each {|text, result| assert_equal result, textilizable(text)} end def test_allowed_html_tags