Actions
Defect #38239
closedTest failure with Commonmarker 0.23.8
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Test fails after updating Commonmarker to 0.23.8.
Failure: Redmine::WikiFormatting::CommonMark::FormatterTest#test_footnotes [/Users/maeda/redmines/redmine-trunk/test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb:159]: --- expected +++ actual @@ -1 +1 @@ -"<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></li></ol>" +"<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 reference 1\">↩</a></p></li></ol>" rails test test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb:143
Files
Updated by Go MAEDA almost 2 years ago
The issue is due to the following changes in the depending libraries:
Updated by Go MAEDA almost 2 years ago
- File 38239.patch 38239.patch added
The attached patch fixes the issue.
Updated by Go MAEDA almost 2 years ago
- Affected version changed from 5.0.0 to 5.0.4
Updated by Go MAEDA almost 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 5.0.5
- Resolution set to Fixed
Committed the fix.
Actions