mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to comrak/Rust.
git-svn-id: https://svn.redmine.org/redmine/trunk@23188 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
require_relative '../../../../../test_helper'
|
||||
|
||||
class Redmine::WikiFormatting::CommonMark::ApplicationHelperTest < Redmine::HelperTest
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
if Object.const_defined?(:Commonmarker)
|
||||
|
||||
include ERB::Util
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
require_relative '../../../../../test_helper'
|
||||
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
if Object.const_defined?(:Commonmarker)
|
||||
require 'redmine/wiki_formatting/common_mark/external_links_filter'
|
||||
|
||||
class Redmine::WikiFormatting::CommonMark::ExternalLinksFilterTest < ActiveSupport::TestCase
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
require_relative '../../../../../test_helper'
|
||||
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
if Object.const_defined?(:Commonmarker)
|
||||
require 'redmine/wiki_formatting/common_mark/fixup_auto_links_filter'
|
||||
|
||||
class Redmine::WikiFormatting::CommonMark::FixupAutoLinksFilterTest < ActiveSupport::TestCase
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
require_relative '../../../../../test_helper'
|
||||
|
||||
class Redmine::WikiFormatting::CommonMark::FormatterTest < ActionView::TestCase
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
if Object.const_defined?(:Commonmarker)
|
||||
|
||||
def setup
|
||||
@formatter = Redmine::WikiFormatting::CommonMark::Formatter
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
require_relative '../../../../../test_helper'
|
||||
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
if Object.const_defined?(:Commonmarker)
|
||||
require 'redmine/wiki_formatting/common_mark/markdown_filter'
|
||||
|
||||
class Redmine::WikiFormatting::CommonMark::MarkdownFilterTest < ActiveSupport::TestCase
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
require_relative '../../../../../test_helper'
|
||||
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
if Object.const_defined?(:Commonmarker)
|
||||
require 'redmine/wiki_formatting/common_mark/sanitization_filter'
|
||||
|
||||
class Redmine::WikiFormatting::CommonMark::SanitizationFilterTest < ActiveSupport::TestCase
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
require_relative '../../../../../test_helper'
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
if Object.const_defined?(:Commonmarker)
|
||||
require 'redmine/wiki_formatting/common_mark/syntax_highlight_filter'
|
||||
|
||||
class Redmine::WikiFormatting::CommonMark::SyntaxHighlightFilterTest < ActiveSupport::TestCase
|
||||
|
||||
Reference in New Issue
Block a user