From fcd4f7f6c94ac2a017e3e7fcec66af2d474f649b Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 11 Jan 2023 13:11:04 +0000 Subject: CommonMark Markdown formatter does not support min-width, max-width, min-height, and max-height CSS properties (#38073). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22025 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../redmine/wiki_formatting/common_mark/sanitization_filter_test.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/unit/lib') diff --git a/test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb b/test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb index 6741c7174..ca2e141f1 100644 --- a/test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb @@ -97,6 +97,10 @@ if Object.const_defined?(:CommonMarker) 'hello"', 'hello"' ], + [ + '', + '' + ], [ 'Lorem ipsum dolor sit
amet ', 'Lorem ipsum dolor sit
amet .foo { color: #fff; } ' -- cgit v1.2.3