diff options
author | Go MAEDA <maeda@farend.jp> | 2022-03-17 03:55:24 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-03-17 03:55:24 +0000 |
commit | b51d40fe38f4f508edd03323b1d3dc30bc9931e3 (patch) | |
tree | 6b5aecd21f6a9cde397f1fca9270aee49ff10622 /test/helpers/application_helper_test.rb | |
parent | 2d6f552599d0e632953372b7a942a5eaab099631 (diff) | |
download | redmine-b51d40fe38f4f508edd03323b1d3dc30bc9931e3.tar.gz redmine-b51d40fe38f4f508edd03323b1d3dc30bc9931e3.zip |
Comments for Textile text formatting (#20511).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21457 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/helpers/application_helper_test.rb')
-rw-r--r-- | test/helpers/application_helper_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 20b854cc7..f34daf55a 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1300,7 +1300,6 @@ class ApplicationHelperTest < Redmine::HelperTest "<pre>\nline 1\nline2</pre>" => "<pre>\nline 1\nline2</pre>", "<pre><code>\nline 1\nline2</code></pre>" => "<pre><code>\nline 1\nline2</code></pre>", "<pre><div>content</div></pre>" => "<pre><div>content</div></pre>", - "HTML comment: <!-- no comments -->" => "<p>HTML comment: <!-- no comments --></p>", "<!-- opening comment" => "<p><!-- opening comment</p>", # remove attributes including class "<pre class='foo'>some text</pre>" => "<pre>some text</pre>", |