From 49176f88cb9c397bc853b1488a77a6fe97f586a4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 14 Apr 2016 18:45:36 +0000 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 --- test/unit/helpers/application_helper_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 01d91a52b..d2b195568 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", "")