From 02b86c9dabb7b9a787391f8e54b1fb246a45c545 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 5 Feb 2023 04:40:04 +0000 Subject: [PATCH] Fix test failure with Commonmarker 0.23.8 (#38239). git-svn-id: https://svn.redmine.org/redmine/trunk@22092 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- .../lib/redmine/wiki_formatting/common_mark/formatter_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5