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