mirror of
https://github.com/redmine/redmine.git
synced 2025-12-17 05:50:29 +01:00
remove spaces inside {} of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20060 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -287,7 +287,8 @@ class ApplicationHelperTest < Redmine::HelperTest
|
||||
# ends with a hyphen
|
||||
'(see "inline link":http://www.foo.bar/Test-)' => '(see <a href="http://www.foo.bar/Test-" class="external">inline link</a>)',
|
||||
'http://foo.bar/page?p=1&t=z&s=-' => '<a class="external" href="http://foo.bar/page?p=1&t=z&s=-">http://foo.bar/page?p=1&t=z&s=-</a>',
|
||||
'This is an intern "link":/foo/bar-' => 'This is an intern <a href="/foo/bar-">link</a>', }
|
||||
'This is an intern "link":/foo/bar-' => 'This is an intern <a href="/foo/bar-">link</a>'
|
||||
}
|
||||
to_test.each {|text, result| assert_equal "<p>#{result}</p>", textilizable(text)}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user