From: Go MAEDA Date: Sun, 5 Feb 2023 04:40:04 +0000 (+0000) Subject: Fix test failure with Commonmarker 0.23.8 (#38239). X-Git-Tag: 5.1.0~252 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02b86c9dabb7b9a787391f8e54b1fb246a45c545;p=redmine.git Fix test failure with Commonmarker 0.23.8 (#38239). git-svn-id: https://svn.redmine.org/redmine/trunk@22092 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index ef58e11c5..27ea84610 100644 --- 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 diff --git a/test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb index 0efc3ef98..63e9772ce 100644 --- a/test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb @@ -151,7 +151,7 @@ class Redmine::WikiFormatting::CommonMark::FormatterTest < ActionView::TestCase

This is some text1.

  1. -

    This is the foot note ↩

    +

    This is the foot note ↩

EXPECTED