1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-03 22:29:39 +00:00

remove trailing white spaces from test/unit/helpers/application_helper_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@14171 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-04-14 05:38:26 +00:00
parent 40c4682b5b
commit cf6b7148f1

View File

@ -300,7 +300,7 @@ RAW
board_url = {:controller => 'boards', :action => 'show', :id => 2, :project_id => 'ecookbook'}
message_url = {:controller => 'messages', :action => 'show', :board_id => 1, :id => 4}
news_url = {:controller => 'news', :action => 'show', :id => 1}
project_url = {:controller => 'projects', :action => 'show', :id => 'subproject1'}
@ -948,12 +948,12 @@ EXPECTED
def test_pre_content_should_not_parse_wiki_and_redmine_links
raw = <<-RAW
[[CookBook documentation]]
#1
<pre>
[[CookBook documentation]]
#1
</pre>
RAW