From 918ec276f1a841bf1752b127b58461a81ca063f1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 26 Oct 2013 11:50:16 +0000 Subject: [PATCH] Fixed test failure (#15182). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12240 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/helpers/application_helper_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index ebdc5d216..0d2cc4446 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -1016,14 +1016,14 @@ RAW result = textilizable(raw, :edit_section_links => {:controller => 'wiki', :action => 'edit', :project_id => '1', :id => 'Test'}).gsub("\n", "") # heading that contains inline code - assert_match Regexp.new('
' + + assert_match Regexp.new('
' + 'Edit
' + '' + '

Subtitle with inline code

'), result # last heading - assert_match Regexp.new('
' + + assert_match Regexp.new('
' + 'Edit
' + '' + '

Subtitle after pre tag

'), -- 2.39.5