summaryrefslogtreecommitdiffstats
path: root/test/helpers/application_helper_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-03-17 03:55:24 +0000
committerGo MAEDA <maeda@farend.jp>2022-03-17 03:55:24 +0000
commitb51d40fe38f4f508edd03323b1d3dc30bc9931e3 (patch)
tree6b5aecd21f6a9cde397f1fca9270aee49ff10622 /test/helpers/application_helper_test.rb
parent2d6f552599d0e632953372b7a942a5eaab099631 (diff)
downloadredmine-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.rb1
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>&lt;div&gt;content&lt;/div&gt;</pre>",
- "HTML comment: <!-- no comments -->" => "<p>HTML comment: &lt;!-- no comments --&gt;</p>",
"<!-- opening comment" => "<p>&lt;!-- opening comment</p>",
# remove attributes including class
"<pre class='foo'>some text</pre>" => "<pre>some text</pre>",