mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
remove spaces inside {} of ApplicationHelperTest#test_allowed_html_tags
git-svn-id: http://svn.redmine.org/redmine/trunk@19909 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
248cc01eee
commit
dbaabbb58d
@ -1148,7 +1148,7 @@ class ApplicationHelperTest < Redmine::HelperTest
|
|||||||
"<notextile>no *textile* formatting</notextile>" => "no *textile* formatting",
|
"<notextile>no *textile* formatting</notextile>" => "no *textile* formatting",
|
||||||
"<notextile>this is <tag>a tag</tag></notextile>" => "this is <tag>a tag</tag>"
|
"<notextile>this is <tag>a tag</tag></notextile>" => "this is <tag>a tag</tag>"
|
||||||
}
|
}
|
||||||
to_test.each { |text, result| assert_equal result, textilizable(text) }
|
to_test.each {|text, result| assert_equal result, textilizable(text)}
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_pre_tags
|
def test_pre_tags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user