mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 08:46:01 +01:00
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15440 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -164,7 +164,7 @@ RAW
|
||||
|
||||
attachment = Attachment.generate!(:filename => 'café.jpg')
|
||||
with_settings :text_formatting => 'markdown' do
|
||||
assert_include %(<img src="/attachments/download/#{attachment.id}/caf%C3%A9.jpg" alt="">),
|
||||
assert_include %(<img src="/attachments/download/#{attachment.id}/caf%C3%A9.jpg" alt="" />),
|
||||
textilizable("", :attachments => [attachment])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user