]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of ApplicationHelperTest#test_text_formatting
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 15 Jul 2020 16:37:19 +0000 (16:37 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 15 Jul 2020 16:37:19 +0000 (16:37 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19908 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/helpers/application_helper_test.rb

index 4d522fdc944f1d5b737e75fb7c542f629d151738..6c711c216d7aab2bffbccf095a496e35214cf331 100644 (file)
@@ -1278,7 +1278,7 @@ class ApplicationHelperTest < Redmine::HelperTest
                'a H *umane* W *eb* T *ext* G *enerator*' => 'a H <strong>umane</strong> W <strong>eb</strong> T <strong>ext</strong> G <strong>enerator</strong>',
                'a *H* umane *W* eb *T* ext *G* enerator' => 'a <strong>H</strong> umane <strong>W</strong> eb <strong>T</strong> ext <strong>G</strong> enerator',
               }
-    to_test.each { |text, result| assert_equal "<p>#{result}</p>", textilizable(text) }
+    to_test.each {|text, result| assert_equal "<p>#{result}</p>", textilizable(text)}
   end
 
   def test_wiki_horizontal_rule