mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 19:36:00 +01:00
remove spaces inside {} of ApplicationHelperTest#test_html_tags
git-svn-id: http://svn.redmine.org/redmine/trunk@19910 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1139,7 +1139,7 @@ class ApplicationHelperTest < Redmine::HelperTest
|
||||
'<pre><code class=""onmouseover="alert(1)">text</code></pre>' => '<pre><code>text</code></pre>',
|
||||
'<pre class=""onmouseover="alert(1)">text</pre>' => '<pre>text</pre>',
|
||||
}
|
||||
to_test.each { |text, result| assert_equal result, textilizable(text) }
|
||||
to_test.each {|text, result| assert_equal result, textilizable(text)}
|
||||
end
|
||||
|
||||
def test_allowed_html_tags
|
||||
|
||||
Reference in New Issue
Block a user