mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
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
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user