From 49176f88cb9c397bc853b1488a77a6fe97f586a4 2016-04-14 18:45:36 From: Jean-Philippe Lang Date: 2016-04-14 18:45:36 Subject: [PATCH] Add missing + signs (#22493). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15333 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 01d91a5..d2b1955 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -1166,10 +1166,10 @@ RAW '
  • Title' + '' + '
  • Subtitle
  • ' + + '' + '' + - '' + '' @project = Project.find(1) result = textilizable(raw).gsub("\n", "")