From 39b47a1a80762f5906416ef9599f8bc9e95dabeb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 30 Jan 2016 19:07:58 +0000 Subject: [PATCH] Test broken by r15136 (#21593). git-svn-id: http://svn.redmine.org/redmine/trunk@15138 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 6c0d7abd0..4ae9d4bc8 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -1242,14 +1242,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('
' + '
' + '' + '

Subtitle with inline code

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

Subtitle after pre tag

'), -- 2.39.5