@@ -300,7 +300,7 RAW | |||||
300 | board_url = {:controller => 'boards', :action => 'show', :id => 2, :project_id => 'ecookbook'} |
|
300 | board_url = {:controller => 'boards', :action => 'show', :id => 2, :project_id => 'ecookbook'} | |
301 |
|
301 | |||
302 | message_url = {:controller => 'messages', :action => 'show', :board_id => 1, :id => 4} |
|
302 | message_url = {:controller => 'messages', :action => 'show', :board_id => 1, :id => 4} | |
303 |
|
303 | |||
304 | news_url = {:controller => 'news', :action => 'show', :id => 1} |
|
304 | news_url = {:controller => 'news', :action => 'show', :id => 1} | |
305 |
|
305 | |||
306 | project_url = {:controller => 'projects', :action => 'show', :id => 'subproject1'} |
|
306 | project_url = {:controller => 'projects', :action => 'show', :id => 'subproject1'} | |
@@ -948,12 +948,12 EXPECTED | |||||
948 | def test_pre_content_should_not_parse_wiki_and_redmine_links |
|
948 | def test_pre_content_should_not_parse_wiki_and_redmine_links | |
949 | raw = <<-RAW |
|
949 | raw = <<-RAW | |
950 | [[CookBook documentation]] |
|
950 | [[CookBook documentation]] | |
951 |
|
951 | |||
952 | #1 |
|
952 | #1 | |
953 |
|
953 | |||
954 | <pre> |
|
954 | <pre> | |
955 | [[CookBook documentation]] |
|
955 | [[CookBook documentation]] | |
956 |
|
956 | |||
957 | #1 |
|
957 | #1 | |
958 | </pre> |
|
958 | </pre> | |
959 | RAW |
|
959 | RAW |
General Comments 0
You need to be logged in to leave comments.
Login now