mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Fix test failure with Commonmarker 0.23.8 (#38239).
git-svn-id: https://svn.redmine.org/redmine/trunk@22092 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
409f67d1ee
commit
02b86c9dab
2
Gemfile
2
Gemfile
@ -51,7 +51,7 @@ end
|
||||
|
||||
# Optional CommonMark support, not for JRuby
|
||||
group :common_mark do
|
||||
gem "commonmarker", '~> 0.23.6'
|
||||
gem "commonmarker", '~> 0.23.8'
|
||||
gem 'deckar01-task_list', '2.3.2'
|
||||
end
|
||||
|
||||
|
||||
@ -151,7 +151,7 @@ class Redmine::WikiFormatting::CommonMark::FormatterTest < ActionView::TestCase
|
||||
<p>This is some text<sup><a href="#fn-1" id="fnref-1">1</a></sup>.</p>
|
||||
<ol>
|
||||
<li id="fn-1">
|
||||
<p>This is the foot note <a href="#fnref-1" aria-label="Back to content">↩</a></p>
|
||||
<p>This is the foot note <a href="#fnref-1" aria-label="Back to reference 1">↩</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
EXPECTED
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user