]> source.dussan.org Git - redmine.git/commitdiff
Fix test failure with Commonmarker 0.23.8 (#38239).
authorGo MAEDA <maeda@farend.jp>
Sun, 5 Feb 2023 04:40:04 +0000 (04:40 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 5 Feb 2023 04:40:04 +0000 (04:40 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22092 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile
test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb

diff --git a/Gemfile b/Gemfile
index ef58e11c58159812a4ea2f4028534b54184fb1b2..27ea84610efe1cf3b8cbc85ac399f3de711c0a51 100644 (file)
--- a/Gemfile
+++ b/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
 
index 0efc3ef98f814c6cdbab215dc24803f6d49c7f4d..63e9772ce27a58212f46d958adc0ff344c887619 100644 (file)
@@ -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